Class BytesSchemaVersion

    • Method Detail

      • get

        public byte[] get()
        Get the data from the Bytes.
        Returns:
        The underlying byte array
      • hashCode

        public int hashCode()
        The hashcode is cached except for the case where it is computed as 0, in which case we compute the hashcode on every call.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        the hashcode
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object