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 theTrie
interface. -
-
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 class
AbstractPatriciaTrie.PrefixRangeMap
A submap used for prefix views over theTrie
.private class
AbstractPatriciaTrie.RangeEntryMap
AAbstractPatriciaTrie.RangeMap
that deals withMap.Entry
s.Fields in org.apache.commons.collections4.trie declared as AbstractPatriciaTrie.RangeMap Modifier and Type Field Description private AbstractPatriciaTrie.RangeMap
AbstractPatriciaTrie.RangeEntrySet. delegate
Constructors in org.apache.commons.collections4.trie with parameters of type AbstractPatriciaTrie.RangeMap Constructor Description RangeEntrySet(AbstractPatriciaTrie.RangeMap delegate)
Creates aAbstractPatriciaTrie.RangeEntrySet
.
-