Class AbstractReferenceMap.WeakRef

java.lang.Object
java.lang.ref.Reference
java.lang.ref.WeakReference
org.apache.commons.collections.map.AbstractReferenceMap.WeakRef
Enclosing class:
AbstractReferenceMap

static class AbstractReferenceMap.WeakRef extends WeakReference
A weak reference holder.
  • Field Details

    • hash

      private int hash
      the hashCode of the key (even if the reference points to a value)
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object