Class MapMakerInternalMap.AbstractWeakKeyEntry<K,​V,​E extends MapMakerInternalMap.InternalEntry<K,​V,​E>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int hash  
      (package private) E next  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractWeakKeyEntry​(java.lang.ref.ReferenceQueue<K> queue, K key, int hash, E next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHash()
      Gets the entry's hash.
      K getKey()
      Gets the key for this entry.
      E getNext()
      Gets the next entry in the chain.
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, get, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait