public class CollationMatchKey extends Object implements AtomicMatchKey, Comparable
NaN_MATCH_KEY| Constructor and Description |
|---|
CollationMatchKey(CollationKey key) |
| Modifier and Type | Method and Description |
|---|---|
AtomicValue |
asAtomic()
Get an atomic value that encapsulates this match key.
|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
hashCode() |
public CollationMatchKey(CollationKey key)
public int compareTo(Object o)
compareTo in interface Comparablepublic AtomicValue asAtomic()
asAtomic in interface AtomicMatchKey