| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorChangeLogComponent
Special comparator to sort change logs by their component.
|
class |
ComparatorChangeLogEntryDate
Special comparator to sort change log entries by their date and in case of
equality by the parent change logs component name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorPairFirst<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE>
Comparator comparing
IReadonlyPair objects by the first element |
class |
ComparatorPairSecond<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>>
Comparator comparing
IReadonlyPair objects by the second element |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollationComparator<DATATYPE>
An abstract implementation of a
Comparator that uses
collations for ordering. |
class |
AbstractIntegerComparator<DATATYPE>
Abstract comparator that handles values that can be represented as long
values.
|
class |
AbstractNumericComparator<DATATYPE>
Abstract comparator that handles values that can be represented as double
values.
|
class |
AbstractPartComparator<DATATYPE,PARTTYPE>
This class is an
AbstractComparator that extracts a certain data
element from the main object to compare. |
class |
AbstractPartComparatorComparable<DATATYPE,PARTTYPE extends Comparable<? super PARTTYPE>>
This class is an
AbstractComparator that extracts a certain data
element from the main object to compare. |
class |
ComparatorAsString
A simple collation aware comparator that compares objects by their "toString"
representation.
|
class |
ComparatorComparable<DATATYPE extends Comparable<? super DATATYPE>>
This is another *lol* class: a
Comparator for Comparable
objects. |
class |
ComparatorComparableNullAware<DATATYPE extends Comparable<? super DATATYPE>>
This is another *lol* class: a
Comparator for Comparable
objects. |
class |
ComparatorString
A simple collation aware comparator that compares String objects.
|
class |
ComparatorStringLongestFirst
A special comparator that sorts String, but the longest strings come first.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractComparator<DATATYPE> |
AbstractComparator.setSortOrder(ESortOrder eSortOrder)
Call this to enable sorting after the constructor was invoked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorThreadID
Comparator for ordering Thread objects by their ID. |
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 |
ComparatorHasID<IDTYPE,DATATYPE extends IHasID<IDTYPE>>
This is a collation
Comparator for objects that implement
the IHasID interface with a class that does NOT implements
Comparable. |
class |
ComparatorHasIDComparable<IDTYPE extends Comparable<? super IDTYPE>,DATATYPE extends IHasID<IDTYPE>>
This is a collation
Comparator for objects that implement
the IHasID interface with a class that implements Comparable. |
class |
ComparatorHasIDInteger<DATATYPE extends IHasID<Integer>>
|
class |
ComparatorHasIDString<DATATYPE extends IHasID<String>>
|
class |
ComparatorHasSimpleIntID<DATATYPE extends IHasSimpleIntID>
This is a collation
Comparator for objects that implement
the IHasSimpleIntID interface. |
class |
ComparatorHasSimpleLongID<DATATYPE extends IHasSimpleLongID>
This is a collation
Comparator for objects that implement
the IHasSimpleIntID interface. |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorDefaultTreeItem<DATATYPE>
Comparator for sorting
DefaultTreeItem items by their value using an
explicit Comparator. |
class |
ComparatorDefaultTreeItemComparable<DATATYPE extends Comparable<? super DATATYPE>>
Comparator for sorting
DefaultTreeItem items by their value using an
comparable value types. |
class |
ComparatorDefaultTreeItemWithIDData<IDTYYPE,DATATYPE>
Comparator for sorting
DefaultTreeItemWithID items by their value
using an explicit Comparator. |
class |
ComparatorDefaultTreeItemWithIDDataComparable<IDTYYPE,DATATYPE extends Comparable<? super DATATYPE>>
Comparator for sorting
DefaultTreeItemWithID items by their value
using an comparable value types. |
class |
ComparatorTreeItemData<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>>
Comparator for sorting
IBasicTreeItem items by their data using an
explicit Comparator. |
class |
ComparatorTreeItemDataComparable<DATATYPE extends Comparable<? super DATATYPE>,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>>
Comparator for sorting
IBasicTreeItem items by their value using an
comparable value types. |
class |
ComparatorTreeItemID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Comparator for sorting
ITreeItemWithID
items by their ID using an explicit Comparator. |
class |
ComparatorTreeItemIDComparable<KEYTYPE extends Comparable<? super KEYTYPE>,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Comparator for sorting
ITreeItemWithID
items by their comparable ID. |
Copyright © 2006–2014 phloc systems. All rights reserved.