Package | Description |
---|---|
org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
Modifier and Type | Method and Description |
---|---|
private boolean |
AbstractPatriciaTrie.selectR(AbstractPatriciaTrie.TrieEntry<K,V> h,
int bitIndex,
K key,
int lengthInBits,
AbstractPatriciaTrie.Reference<java.util.Map.Entry<K,V>> reference)
This is equivalent to the other
#selectR(TrieEntry, int, Object, int, Cursor, Reference)
method but without its overhead because we're selecting only one best matching Entry from the Trie . |