Class IObject.IdentifiableArrayObject

  • Enclosing interface:
    IObject

    public static class IObject.IdentifiableArrayObject
    extends java.lang.Object
    A wrapper class that wraps around an array and associates a unique Id that can be used as a key for the array.
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentifiableArrayObject​(java.lang.Object[] parameters)  
    • Method Summary

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

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

      • IdentifiableArrayObject

        public IdentifiableArrayObject​(java.lang.Object[] parameters)
    • Method Detail

      • getInstanceId

        public java.lang.String getInstanceId()
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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