public final class NamedUiElementComparator extends Object implements Comparator<INamedUiElement>
INamedUiElement
-Instanzen.Modifier and Type | Field and Description |
---|---|
static NamedUiElementComparator |
ASC_INST
Instanz für aufsteigende Sortierung ('A' kommt vor 'B').
|
static NamedUiElementComparator |
DESC_INST
Instanz für absteigende Sortierung ('B' kommt vor 'A').
|
Modifier and Type | Method and Description |
---|---|
int |
compare(INamedUiElement e1,
INamedUiElement e2)
Vergleicht die übergebenen Elemente lexikalisch anhand ihres Namens.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final NamedUiElementComparator ASC_INST
public static final NamedUiElementComparator DESC_INST
public int compare(INamedUiElement e1, INamedUiElement e2)
compare
in interface Comparator<INamedUiElement>
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.