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