Uses of Class
org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeMap
-
Packages that use AbstractPatriciaTrie.RangeMap Package Description org.apache.commons.collections4.trie This package contains implementations of theTrieinterface. -
-
Uses of AbstractPatriciaTrie.RangeMap in org.apache.commons.collections4.trie
Subclasses of AbstractPatriciaTrie.RangeMap in org.apache.commons.collections4.trie Modifier and Type Class Description private classAbstractPatriciaTrie.PrefixRangeMapA submap used for prefix views over theTrie.private classAbstractPatriciaTrie.RangeEntryMapAAbstractPatriciaTrie.RangeMapthat deals withMap.Entrys.Fields in org.apache.commons.collections4.trie declared as AbstractPatriciaTrie.RangeMap Modifier and Type Field Description private AbstractPatriciaTrie.RangeMapAbstractPatriciaTrie.RangeEntrySet. delegateConstructors in org.apache.commons.collections4.trie with parameters of type AbstractPatriciaTrie.RangeMap Constructor Description RangeEntrySet(AbstractPatriciaTrie.RangeMap delegate)Creates aAbstractPatriciaTrie.RangeEntrySet.
-