Class NestedObject

    • Method Detail

      • clone

        public NestedObject clone()
        Description copied from interface: IIvyDataObject
        Clones the object (shallow clone).
        Specified by:
        clone in interface IIvyDataObject
        Returns:
        A shallow clone.
        See Also:
        Object.clone()
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • deepClone

        public NestedObject deepClone()
        Creates a deep clone.
        Specified by:
        deepClone in interface IIvyDataObject
        Returns:
        a deep clone.
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • equals

        public final boolean equals​(Object anObject)
        See Also:
        Object.equals(java.lang.Object)
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • hashCode

        public final int hashCode()
        See Also:
        Object.hashCode()
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • toString

        public final String toString()
        Returns a Stringrepresentation of an object. The length is bounded.
        See Also:
        Object.toString()
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.