AbstractEncoder<T> |
|
AbstractLexicoder<T> |
|
BigIntegerLexicoder |
A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
|
BytesLexicoder |
For each of the methods, this lexicoder just passes the input through untouched.
|
DateLexicoder |
A lexicoder for date objects.
|
DoubleLexicoder |
A lexicoder for preserving the native Java sort order of Double values.
|
FloatLexicoder |
A lexicoder for preserving the native Java sort order of Float values.
|
IntegerLexicoder |
A lexicoder for signed integers.
|
ListLexicoder<LT> |
A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each
encoded element sorts lexicographically.
|
LongLexicoder |
Signed long lexicoder.
|
PairLexicoder<A extends Comparable<A>,B extends Comparable<B>> |
This class is a lexicoder that sorts a ComparablePair.
|
ReverseLexicoder<T> |
A lexicoder that flips the sort order from another lexicoder.
|
SequenceLexicoder<E> |
A Lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each
encoded element sorts lexicographically.
|
StringLexicoder |
This lexicoder encodes/decodes a given String to/from bytes without further processing.
|
TextLexicoder |
A lexicoder that preserves a Text's native sort order.
|
UIntegerLexicoder |
A lexicoder for an unsigned integer.
|
ULongLexicoder |
Unsigned long lexicoder.
|
UUIDLexicoder |
A lexicoder for a UUID that maintains its lexicographic sorting order.
|