public final class CollationKeys extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollationKeys.LevelCallback |
static class |
CollationKeys.SortKeyByteSink |
| Modifier and Type | Field and Description |
|---|---|
static CollationKeys.LevelCallback |
SIMPLE_LEVEL_FALLBACK |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeSortKeyUpToQuaternary(CollationIterator iter,
boolean[] compressibleBytes,
CollationSettings settings,
CollationKeys.SortKeyByteSink sink,
int minLevel,
CollationKeys.LevelCallback callback,
boolean preflight)
Writes the sort key bytes for minLevel up to the iterator data's strength.
|
public static final CollationKeys.LevelCallback SIMPLE_LEVEL_FALLBACK
public static void writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, CollationKeys.SortKeyByteSink sink, int minLevel, CollationKeys.LevelCallback callback, boolean preflight)