|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
KeyAnalyzer
for byte[]sKeyAnalyzer
for Byte
sKeyAnalyzer
for Character
sKeyAnalyzer
for char[]
sCursor
can be used to traverse a Trie
, visit each node
step by step and make Cursor.Decision
s on each step how to continue with
traversing the Trie
.Cursor.Decision
tells the Cursor
what to do on each step
while traversing the Trie
.KeyAnalyzer.bitIndex(Object, int, int, Object, int, int)
if key and found key are equal.
SortedTrie
of all elements that are prefixed
by the given key.
SortedTrie
of all elements that are prefixed
by the length of the key.
SortedTrie
of all elements that are prefixed
by the key, starting at the given offset and for the given length.
SortedTrie
of all elements that are prefixed
by the given key.
SortedTrie
of all elements that are prefixed
by the length of the key.
SortedTrie
of all elements that are prefixed
by the key, starting at the given offset and for the given length.
SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
ByteArrayKeyAnalyzer
ByteKeyAnalyzer
CharacterKeyAnalyzer
.
CharArrayKeyAnalyzer
IntegerKeyAnalyzer
LongKeyAnalyzer
ShortKeyAnalyzer
StringKeyAnalyzer
KeyAnalyzer
for Integer
sTrie
keys on a bit level.Byte
in bits
Byte
in bits
Character
in bits
Character
Integer
in bits
Long
in bits
Short
in bits
Character
KeyAnalyzer
for Long
sKeyAnalyzer.bitIndex(Object, int, int, Object, int, int)
if key's bits are all 0
Trie
Map.Entry
in the Trie
.
Entry
whose key is closest in a bitwise XOR
metric to the given key.
Trie
, starting with the entry whose bitwise
value is closest in an XOR metric to the given key.
KeyAnalyzer
for Short
sKeyAnalyzer
for String
sTrie
Trie
in lexicographical order.
Trie
utilitiesTrie
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |