public static class AbstractSelectToolbarActionChip.EntryComparator extends Object implements Comparator, Serializable
Entry instances using the value of
AbstractSelectToolbarActionChip.Entry.getDisplayName(). Null values are handled special. They
are always greater than any other non-null value.| Modifier | Constructor and Description |
|---|---|
protected |
EntryComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object entry1,
Object entry2) |
Collator |
getCollator()
Returns a collator for the current Language/Locale which is used to assure correct sorting (taking umlauts and
other locale specifics into account)
|
static AbstractSelectToolbarActionChip.EntryComparator |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static AbstractSelectToolbarActionChip.EntryComparator getInstance()
EntryComparator instance.public int compare(Object entry1, Object entry2)
compare in interface Comparatorpublic Collator getCollator()
Copyright © 2017 SAP SE. All Rights Reserved.