Class JavaObjectIndexKey

    • Constructor Detail

      • JavaObjectIndexKey

        public JavaObjectIndexKey()
    • Method Detail

      • hashCode

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

        public int compare​(IndexKey o)
        Specified by:
        compare in interface IndexKey
        Returns:
        Comparison result with other IndexKey.
      • bytesNoCopy

        public abstract byte[] bytesNoCopy()
        Returns:
        Cached byte array that represents a Java object.
      • bytes

        public byte[] bytes()
        Returns:
        Byte array that represents a Java object.