Class HashTrieMap<K,​V>

  • Type Parameters:
    K - List of K ist a key in this map.
    V - Values stored.
    All Implemented Interfaces:
    Map<List<K>,​V>, TrieMap<K,​V>

    public class HashTrieMap<K,​V>
    extends AbstractMap<List<K>,​V>
    implements TrieMap<K,​V>
    A TrieMap is a Map with sequences as keys that are organized in a Trie for value retrieval.