Package org.drools.core.reteoo
Class CompositeObjectSinkAdapter.HashKey
java.lang.Object
org.drools.core.reteoo.CompositeObjectSinkAdapter.HashKey
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- CompositeObjectSinkAdapter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHashKey()HashKey(int index, FieldValue value, ReadAccessor extractor) HashKey(CompositeObjectSinkAdapter.FieldIndex fieldIndex, Object value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIndex()inthashCode()voidvoidsetValue(int index, Object value, ReadAccessor extractor) voidsetValue(int index, ReadAccessor extractor, FieldValue value) void
-
Constructor Details
-
HashKey
public HashKey() -
HashKey
-
HashKey
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getIndex
public int getIndex() -
setValue
-
setValue
-
getObjectValue
-
hashCode
public int hashCode() -
equals
-