T - element typepublic class AnyComparator<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AnyComparator |
INSTANCE
Singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T key1,
T key2) |
boolean |
equals(java.lang.Object that) |
int |
hashCode() |
public static final AnyComparator INSTANCE