| Constructor and Description |
|---|
ComparatorChangeLogComponent(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorChangeLogComponent(ESortOrder eSortOrder,
Comparator<? super ChangeLog> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorChangeLogEntryDate(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorChangeLogEntryDate(ESortOrder eSortOrder,
Comparator<? super ChangeLogEntry> aNestedComparator)
Comparator with sort order and a nested comparator.
|
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap,
ESortOrder eSortOrder)
Get a map sorted by its keys.
|
static <KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> |
ContainerHelper.getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap,
ESortOrder eSortOrder)
Get a map sorted by its values.
|
| Constructor and Description |
|---|
ComparatorPairFirst(ESortOrder eSortOrder) |
ComparatorPairSecond(ESortOrder eSortOrder) |
| Modifier and Type | Field and Description |
|---|---|
static ESortOrder |
ESortOrder.DEFAULT
The default sort order is
ASCENDING |
| Modifier and Type | Method and Description |
|---|---|
ESortOrder |
ESortOrder.getAlternate()
Get the alternate sort order.
|
static ESortOrder |
ESortOrder.getFromValue(int nValue,
ESortOrder eDefault) |
static ESortOrder |
ESortOrder.getFromValueOrDefault(int nValue) |
ESortOrder |
AbstractComparator.getSortOrder() |
static ESortOrder |
ESortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESortOrder[] |
ESortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ComparatorUtils.getComparatorMapEntryKey(ESortOrder eSortOrder) |
static <KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> |
ComparatorUtils.getComparatorMapEntryValue(ESortOrder eSortOrder) |
static ESortOrder |
ESortOrder.getFromValue(int nValue,
ESortOrder eDefault) |
AbstractComparator<DATATYPE> |
AbstractComparator.setSortOrder(ESortOrder eSortOrder)
Call this to enable sorting after the constructor was invoked.
|
| Constructor and Description |
|---|
AbstractCollationComparator(Collator aCollator,
ESortOrder eSortOrder)
Constructor with
Collator and sort order. |
AbstractCollationComparator(Collator aCollator,
ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Constructor with
Collator and sort order and a nested comparator. |
AbstractCollationComparator(ESortOrder eSortOrder)
Comparator with default locale
Collator. |
AbstractCollationComparator(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with default locale
Collator and a nested comparator. |
AbstractCollationComparator(Locale aSortLocale,
ESortOrder eSortOrder)
Constructor with locale and sort order.
|
AbstractCollationComparator(Locale aSortLocale,
ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Constructor with locale and sort order and a nested comparator.
|
AbstractComparator(ESortOrder eSortOrder)
Constructor with sort order.
|
AbstractComparator(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
AbstractIntegerComparator(ESortOrder eSortOrder)
Compare with a special order.
|
AbstractIntegerComparator(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
AbstractNumericComparator(ESortOrder eSortOrder)
Compare with a special order.
|
AbstractNumericComparator(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
AbstractPartComparator(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator,
Comparator<? super PARTTYPE> aPartComparator)
Constructor with sort order and a nested comparator.
|
AbstractPartComparator(ESortOrder eSortOrder,
Comparator<? super PARTTYPE> aPartComparator)
Constructor with sort order and no nested comparator.
|
AbstractPartComparatorComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
AbstractPartComparatorComparable(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorAsString(Collator aCollator,
ESortOrder eSortOrder)
Constructor with
Collator and sort order. |
ComparatorAsString(Collator aCollator,
ESortOrder eSortOrder,
Comparator<? super Object> aNestedComparator)
Constructor with
Collator and sort order and a nested comparator. |
ComparatorAsString(ESortOrder eSortOrder)
Comparator with default locale
Collator. |
ComparatorAsString(ESortOrder eSortOrder,
Comparator<? super Object> aNestedComparator)
Comparator with default locale
Collator and a nested comparator. |
ComparatorAsString(Locale aSortLocale,
ESortOrder eSortOrder)
Constructor with locale and sort order.
|
ComparatorAsString(Locale aSortLocale,
ESortOrder eSortOrder,
Comparator<? super Object> aNestedComparator)
Constructor with locale and sort order and a nested comparator.
|
ComparatorComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorComparable(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorComparableNullAware(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorComparableNullAware(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorString(Collator aCollator,
ESortOrder eSortOrder)
Constructor with
Collator and sort order. |
ComparatorString(Collator aCollator,
ESortOrder eSortOrder,
Comparator<? super String> aNestedComparator)
Constructor with
Collator and sort order and a nested comparator. |
ComparatorString(ESortOrder eSortOrder)
Comparator with default locale
Collator. |
ComparatorString(ESortOrder eSortOrder,
Comparator<? super String> aNestedComparator)
Comparator with default locale
Collator and a nested comparator. |
ComparatorString(Locale aSortLocale,
ESortOrder eSortOrder)
Constructor with locale and sort order.
|
ComparatorString(Locale aSortLocale,
ESortOrder eSortOrder,
Comparator<? super String> aNestedComparator)
Constructor with locale and sort order and a nested comparator.
|
| Constructor and Description |
|---|
ComparatorThreadID(ESortOrder eSortOrder) |
ComparatorThreadName(Locale aSortLocale,
ESortOrder eSortOrder) |
| Constructor and Description |
|---|
ComparatorHasErrorID(Collator aCollator,
ESortOrder eSortOrder)
Constructor with
Collator and sort order. |
ComparatorHasErrorID(Collator aCollator,
ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Constructor with
Collator and sort order and a nested comparator. |
ComparatorHasErrorID(ESortOrder eSortOrder)
Comparator with default locale
Collator. |
ComparatorHasErrorID(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with default locale
Collator and a nested comparator. |
ComparatorHasErrorID(Locale aSortLocale,
ESortOrder eSortOrder)
Constructor with locale and sort order.
|
ComparatorHasErrorID(Locale aSortLocale,
ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Constructor with locale and sort order and a nested comparator.
|
| Constructor and Description |
|---|
ComparatorHasID(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator,
Comparator<? super IDTYPE> aIDComparator)
Constructor with sort order and a nested comparator.
|
ComparatorHasID(ESortOrder eSortOrder,
Comparator<? super IDTYPE> aIDComparator)
Constructor with sort order and no nested comparator.
|
ComparatorHasIDComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorHasIDComparable(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorHasIDInteger(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorHasIDInteger(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorHasIDString(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorHasIDString(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorHasSimpleIntID(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorHasSimpleIntID(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorHasSimpleLongID(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorHasSimpleLongID(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
| Constructor and Description |
|---|
ComparatorDisplayNameProvider(Locale aSortLocale,
IDisplayNameProvider<DATATYPE> aDisplayNameProvider,
ESortOrder eSortOrder)
Constructor.
|
ComparatorDisplayTextProvider(Locale aSortLocale,
IDisplayTextProvider<DATATYPE> aDisplayTextProvider,
Locale aContentLocale,
ESortOrder eSortOrder)
Constructor.
|
ComparatorHasDisplayName(Locale aSortLocale,
ESortOrder eSortOrder)
Comparator with special sort order and a special collation locale.
|
ComparatorHasDisplayText(Locale aSortLocale,
Locale aContentLocale,
ESortOrder eSortOrder)
Constructor.
|
ComparatorHasName(Locale aSortLocale,
ESortOrder eSortOrder) |
| Constructor and Description |
|---|
ComparatorDefaultTreeItem(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order.
|
ComparatorDefaultTreeItem(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order and a nested comparator.
|
ComparatorDefaultTreeItemComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorDefaultTreeItemComparable(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorDefaultTreeItemWithIDData(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order.
|
ComparatorDefaultTreeItemWithIDData(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItemWithID<IDTYYPE,DATATYPE>> aNestedComparator,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order and a nested comparator.
|
ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItemWithID<IDTYYPE,DATATYPE>> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorTreeItemData(ESortOrder eSortOrder,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order.
|
ComparatorTreeItemData(ESortOrder eSortOrder,
Comparator<? super ITEMTYPE> aNestedComparator,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order and a nested comparator.
|
ComparatorTreeItemDataComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorTreeItemDataComparable(ESortOrder eSortOrder,
Comparator<? super ITEMTYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
ComparatorTreeItemID(ESortOrder eSortOrder,
Comparator<? super ITEMTYPE> aNestedComparator,
Comparator<? super KEYTYPE> aIDComparator)
Constructor with sort order and a nested comparator.
|
ComparatorTreeItemID(ESortOrder eSortOrder,
Comparator<? super KEYTYPE> aIDComparator)
Constructor with sort order and no nested comparator.
|
ComparatorTreeItemIDComparable(ESortOrder eSortOrder)
Constructor with sort order.
|
ComparatorTreeItemIDComparable(ESortOrder eSortOrder,
Comparator<? super ITEMTYPE> aNestedComparator)
Comparator with sort order and a nested comparator.
|
Copyright © 2006–2014 phloc systems. All rights reserved.