Class ObjectIdDictionary.WeakIdWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hashCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      WeakIdWrapper​(java.lang.Object obj)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.ref.Reference

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

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • hashCode

        private final int hashCode
    • Constructor Detail

      • WeakIdWrapper

        public WeakIdWrapper​(java.lang.Object obj)