Interface MapMakerInternalMap.InternalEntry<K,​V,​E extends MapMakerInternalMap.InternalEntry<K,​V,​E>>

    • Method Detail

      • getNext

        E getNext()
        Gets the next entry in the chain.
      • getHash

        int getHash()
        Gets the entry's hash.
      • getKey

        K getKey()
        Gets the key for this entry.
      • getValue

        V getValue()
        Gets the value for the entry.