| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorChangeLogComponent
Special comparator to sort change logs by their component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorMapEntryKeyComparable<KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
class |
ComparatorMapEntryValueComparable<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorPairFirstComparable<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE>
Comparator comparing
IPair objects by the first element |
class |
ComparatorPairSecondComparable<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>>
Comparator comparing
IPair objects by the second element |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterComparatorComparable<DATATYPE,PARTTYPE extends Comparable<? super PARTTYPE>>
This is a
Comparator for objects which are extracted from a
converter. |
| 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 |
ComparatorHasIDComparable<DATATYPE extends IHasID<IDTYPE>,IDTYPE extends Comparable<? super IDTYPE>>
This is a
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>>
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorMimeTypeInfoPrimaryMimeType |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorHasName<DATATYPE extends IHasName>
This is a non-collating
Comparator for objects that
implement the IHasName interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorThreadName
Comparator for ordering Thread objects by their
name. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorDefaultTreeItemComparable<DATATYPE extends Comparable<? super DATATYPE>>
Comparator for sorting
DefaultTreeItem items by their value using an
comparable value types. |
class |
ComparatorDefaultTreeItemWithIDDataComparable<IDTYPE,DATATYPE extends Comparable<? super DATATYPE>>
Comparator for sorting
DefaultTreeItemWithID items by their value
using an comparable value types. |
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 |
ComparatorTreeItemIDComparable<KEYTYPE extends Comparable<? super KEYTYPE>,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Comparator for sorting
ITreeItemWithID
items by their comparable ID. |
Copyright © 2014–2016 Philip Helger. All rights reserved.