Class ObjectIdDictionary.IdWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hashCode  
      private java.lang.Object obj  
    • Constructor Summary

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

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

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

      • obj

        private final java.lang.Object obj
      • hashCode

        private final int hashCode
    • Constructor Detail

      • IdWrapper

        public IdWrapper​(java.lang.Object obj)