Uses of Class
org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference
-
Packages that use AbstractPatriciaTrie.Reference Package Description org.apache.commons.collections4.trie This package contains implementations of theTrie
interface. -
-
Uses of AbstractPatriciaTrie.Reference in org.apache.commons.collections4.trie
Methods in org.apache.commons.collections4.trie with parameters of type AbstractPatriciaTrie.Reference Modifier and Type Method 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 theTrie
.
-