Class ElkWithProperty

    • Field Summary

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

      Constructors 
      Constructor Description
      ElkWithProperty​(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()  
      void setProperty​(java.lang.Object key, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • obj

        public final java.lang.Object obj
    • Constructor Detail

      • ElkWithProperty

        public ElkWithProperty​(java.lang.Object obj)
    • Method Detail

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setProperty

        public final void setProperty​(java.lang.Object key,
                                      java.lang.Object value)