Package moa

Interface MOAObject

    • Method Detail

      • measureByteSize

        int measureByteSize()
        Gets the memory size of this object.
        Returns:
        the memory size of this object
      • copy

        MOAObject copy()
        This method produces a copy of this object.
        Returns:
        a copy of this object
      • getDescription

        void getDescription​(StringBuilder sb,
                            int indent)
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent