Class AbstractPatriciaTrie.PrefixRangeEntrySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
AbstractPatriciaTrie<K,V>.RangeEntrySet
org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
AbstractPatriciaTrie<K,V>

private final class AbstractPatriciaTrie.PrefixRangeEntrySet extends AbstractPatriciaTrie<K,V>.RangeEntrySet
A prefix AbstractPatriciaTrie<K,V>.RangeEntrySet view of the Trie.