Class ArrayOfStringsSummary

    • Method Detail

      • copy

        public ArrayOfStringsSummary copy()
        Description copied from interface: Summary
        Deep copy.

        Caution: This must implement a deep copy.

        Specified by:
        copy in interface Summary
        Returns:
        deep copy of the Summary
      • toByteArray

        public byte[] toByteArray()
        Description copied from interface: Summary
        This is to serialize a Summary instance to a byte array.

        The user should encode in the byte array its total size, which is used during deserialization, especially if the Summary has variable sized elements.

        Specified by:
        toByteArray in interface Summary
        Returns:
        serialized representation of the Summary
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getValue

        public String[] getValue()
        Returns:
        the nodes array for this summary.