| Package | Description |
|---|---|
| com.tangosol.util.comparator |
Contains concrete
Comparator implementations and related interfaces. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EntryComparator
Comparator implementation used to compare map entries.
|
|
class |
InverseComparator<T>
Comparator that reverses the result of another comparator.
|
| Modifier and Type | Field | Description |
|---|---|---|
static SafeComparator |
SafeComparator.INSTANCE
The trivial SafeComparator.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> SafeComparator<T> |
SafeComparator.INSTANCE()
Return the trivial SafeComparator.
|