|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
KeyAnalyzer for byte[]sKeyAnalyzer for BytesKeyAnalyzer for CharactersKeyAnalyzer for char[]sCursor can be used to traverse a Trie, visit each node
step by step and make Cursor.Decisions 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 IntegersTrie 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 LongsKeyAnalyzer.bitIndex(Object, int, int, Object, int, int)
if key's bits are all 0
TrieMap.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 ShortsKeyAnalyzer for StringsTrie
Trie in lexicographical order.
Trie utilitiesTrie
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||