| Package | Description | 
|---|---|
| com.tangosol.util.comparator | 
 Contains concrete  
Comparator implementations and related interfaces. | 
| Modifier and Type | Class and 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 and Description | 
|---|---|
static SafeComparator | 
SafeComparator.INSTANCE
The trivial SafeComparator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> SafeComparator<T> | 
SafeComparator.INSTANCE()
Return the trivial SafeComparator. 
 |