Class CompositeObjectSinkAdapter.HashKey

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable
    Enclosing class:
    CompositeObjectSinkAdapter

    public static class CompositeObjectSinkAdapter.HashKey
    extends java.lang.Object
    implements java.io.Externalizable
    See Also:
    Serialized Form
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • getIndex

        public int getIndex()
      • setValue

        public void setValue​(int index,
                             java.lang.Object value,
                             ReadAccessor extractor)
      • getObjectValue

        public java.lang.Object getObjectValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object