Class IDKey


  • public class IDKey
    extends java.lang.Object
    Wrap an identity key (System.identityHashCode())
    • Constructor Summary

      Constructors 
      Constructor Description
      IDKey​(java.lang.Object _value)
      Constructor for IDKey
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      checks if instances are equal
      int hashCode()
      returns hashcode
      • Methods inherited from class java.lang.Object

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

      • IDKey

        public IDKey​(java.lang.Object _value)
        Constructor for IDKey
        Parameters:
        _value -
    • Method Detail

      • hashCode

        public int hashCode()
        returns hashcode
        Overrides:
        hashCode in class java.lang.Object
        Returns:
      • equals

        public boolean equals​(java.lang.Object other)
        checks if instances are equal
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other -
        Returns: