Class AbstractPatriciaTrie.PrefixRangeMap

  • All Implemented Interfaces:
    java.util.Map<K,​V>, java.util.SortedMap<K,​V>
    Enclosing class:
    AbstractPatriciaTrie<K,​V>

    private class AbstractPatriciaTrie.PrefixRangeMap
    extends AbstractPatriciaTrie.RangeMap
    A submap used for prefix views over the Trie.