Class CustomMapEntryChain<K,​V>

  • Type Parameters:
    K - The type of the key held in each link of the chain (although the keys for all the entries in a chain are equal, they are not necessarily indistinguishable)
    V - The type of the value held in each link of the chain

    class CustomMapEntryChain<K,​V>
    extends Object
    A one-way linked chain of entries in a CustomMap
    • Constructor Detail

      • CustomMapEntryChain

        public CustomMapEntryChain​(K key,
                                   V value)