org.drools.reteoo
Class CompositeObjectSinkAdapter.HashKey

java.lang.Object
  extended by 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

Constructor Summary
CompositeObjectSinkAdapter.HashKey()
           
CompositeObjectSinkAdapter.HashKey(int index, FieldValue value, InternalReadAccessor extractor)
           
CompositeObjectSinkAdapter.HashKey(int index, Object value, InternalReadAccessor extractor)
           
 
Method Summary
 boolean equals(Object object)
           
 boolean getBooleanValue()
           
 double getDoubleValue()
           
 int getIndex()
           
 long getLongValue()
           
 Object getObjectValue()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setValue(int index, InternalReadAccessor extractor, FieldValue value)
           
 void setValue(int index, Object value, InternalReadAccessor extractor)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.