| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorMapEntryKey<KEYTYPE,VALUETYPE> |
class |
ComparatorMapEntryValue<KEYTYPE,VALUETYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollatingComparator<DATATYPE>
An abstract implementation of a
Comparator that uses
collations for ordering. |
class |
CollatingComparatorToString
A simple collation aware comparator that compares objects by their "toString"
representation.
|
class |
ConverterComparator<DATATYPE,PARTTYPE>
This is a
Comparator for objects which are extracted from a
converter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorHasID<IDTYPE,DATATYPE extends IHasID<IDTYPE>>
This is a
Comparator for objects that implement the
IHasID interface with a class that does NOT implements
Comparable. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorFileName
Sort files by their base name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorLocaleDisplayName
Comparator that sorts Locale objects by their
display name in the system locale. |
class |
CollatingComparatorLocaleDisplayNameInLocale
Comparator that sorts Locale objects by their
display name in a given locale. |
class |
CollatingComparatorLocaleDisplayNameNative
Comparator to sort Locale objects in the order
given by their native name. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorLocaleCountry
Comparator that sorts Locale objects by their
country ID. |
class |
CollatingComparatorLocaleDisplayCountry
Comparator that sorts Locale objects by their
country display name in the system locale. |
class |
CollatingComparatorLocaleDisplayCountryInLocale
Comparator that sorts Locale objects by their
country display name in the passed locale. |
class |
CollatingComparatorLocaleDisplayCountryNative
Comparator that sorts Locale objects by their
country display name in its own locale. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorLocaleDisplayLanguage
Comparator that sorts Locale objects by their
language display name in the system locale. |
class |
CollatingComparatorLocaleDisplayLanguageInLocale
Comparator that sorts Locale objects by their
language display name in the passed locale. |
class |
CollatingComparatorLocaleDisplayLanguageNative
Comparator that sorts Locale objects by their
language display name in its own locale. |
class |
CollatingComparatorLocaleLanguage
Comparator to sort Locale objects by their system
language. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorDisplayNameProvider<DATATYPE>
This is a collation
Comparator for objects that implement
the IDisplayNameProvider interface. |
class |
CollatingComparatorHasDisplayName<DATATYPE extends IHasDisplayName>
This is a collation
Comparator for objects that implement
the IHasDisplayName interface. |
class |
CollatingComparatorHasName<DATATYPE extends IHasName>
This is a collation
Comparator for objects that implement
the IHasName interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorDisplayTextProvider<DATATYPE>
This is a collation
Comparator for objects that implement
the IDisplayTextProvider interface. |
class |
CollatingComparatorHasDisplayText<DATATYPE extends IHasDisplayText>
This is a collation
Comparator for objects that implement
the IHasDisplayText interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorDefaultTreeItem<DATATYPE>
Comparator for sorting
DefaultTreeItem items by their value using an
explicit Comparator. |
class |
ComparatorDefaultTreeItemWithIDData<IDTYPE,DATATYPE>
Comparator for sorting
DefaultTreeItemWithID items by their value
using an explicit Comparator. |
class |
ComparatorTreeItemData<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>>
Comparator for sorting
IBasicTreeItem items by their data using an
explicit Comparator. |
class |
ComparatorTreeItemID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Comparator for sorting
ITreeItemWithID
items by their ID using an explicit Comparator. |
Copyright © 2014–2016 Philip Helger. All rights reserved.