org.drools.reteoo
Class CompositeObjectSinkAdapter.HashKey
java.lang.Object
org.drools.reteoo.CompositeObjectSinkAdapter.HashKey
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- CompositeObjectSinkAdapter
public static class CompositeObjectSinkAdapter.HashKey
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
CompositeObjectSinkAdapter.HashKey
public CompositeObjectSinkAdapter.HashKey()
CompositeObjectSinkAdapter.HashKey
public CompositeObjectSinkAdapter.HashKey(int index,
FieldValue value,
InternalReadAccessor extractor)
CompositeObjectSinkAdapter.HashKey
public CompositeObjectSinkAdapter.HashKey(int index,
Object value,
InternalReadAccessor extractor)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
getIndex
public int getIndex()
setValue
public void setValue(int index,
Object value,
InternalReadAccessor extractor)
setValue
public void setValue(int index,
InternalReadAccessor extractor,
FieldValue value)
getBooleanValue
public boolean getBooleanValue()
getLongValue
public long getLongValue()
getDoubleValue
public double getDoubleValue()
getObjectValue
public Object getObjectValue()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.