| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorAsString
A simple collation aware comparator that compares objects by their "toString"
representation.
|
class |
ComparatorString
A simple collation aware comparator that compares String objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorThreadName
Comparator for ordering Thread objects by their
name. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorHasErrorID<DATATYPE extends IHasErrorID>
Special comparator that compares based on an error ID
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorFileAbsolutePath
Sort files by their absolute path name.
|
class |
ComparatorFileName
Sort files by their base name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorLocale
Compare
Locale objects by their String representation. |
class |
ComparatorLocaleDisplayName
Comparator that sorts Locale objects by their
display name in the system locale. |
class |
ComparatorLocaleDisplayNameInLocale
Comparator that sorts Locale objects by their
display name in a given locale. |
class |
ComparatorLocaleDisplayNameNative
Comparator to sort Locale objects in the order
given by their native name. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorLocaleCountry
Comparator that sorts Locale objects by their
country ID. |
class |
ComparatorLocaleDisplayCountry
Comparator that sorts Locale objects by their
country display name in the system locale. |
class |
ComparatorLocaleDisplayCountryInLocale
Comparator that sorts Locale objects by their
country display name in the passed locale. |
class |
ComparatorLocaleDisplayCountryNative
Comparator that sorts Locale objects by their
country display name in its own locale. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorLocaleDisplayLanguage
Comparator that sorts Locale objects by their
language display name in the system locale. |
class |
ComparatorLocaleDisplayLanguageInLocale
Comparator that sorts Locale objects by their
language display name in the passed locale. |
class |
ComparatorLocaleDisplayLanguageNative
Comparator that sorts Locale objects by their
language display name in its own locale. |
class |
ComparatorLocaleLanguage
Comparator to sort Locale objects by their system
language. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorDisplayNameProvider<DATATYPE>
This is a collation
Comparator for objects that implement
the IDisplayNameProvider interface. |
class |
ComparatorDisplayTextProvider<DATATYPE>
This is a collation
Comparator for objects that implement
the IDisplayTextProvider interface. |
class |
ComparatorHasDisplayName<DATATYPE extends IHasDisplayName>
This is a collation
Comparator for objects that implement
the IHasDisplayName interface. |
class |
ComparatorHasDisplayText<DATATYPE extends IHasDisplayText>
This is a collation
Comparator for objects that implement
the IHasDisplayText interface. |
class |
ComparatorHasName<DATATYPE extends IHasName>
This is a collation
Comparator for objects that implement
the IHasName interface. |
Copyright © 2006–2015 phloc systems. All rights reserved.