org.drools.core.util
Class AbstractHashTable.SingleIndex
java.lang.Object
org.drools.core.util.AbstractHashTable.SingleIndex
- All Implemented Interfaces:
- Externalizable, Serializable, AbstractHashTable.Index
- Enclosing class:
- AbstractHashTable
public static class AbstractHashTable.SingleIndex
- extends Object
- implements AbstractHashTable.Index
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHashTable.SingleIndex
public AbstractHashTable.SingleIndex()
AbstractHashTable.SingleIndex
public AbstractHashTable.SingleIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult)
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
getFieldIndex
public AbstractHashTable.FieldIndex getFieldIndex(int index)
- Specified by:
getFieldIndex
in interface AbstractHashTable.Index
hashCodeOf
public int hashCodeOf(Object object)
- Specified by:
hashCodeOf
in interface AbstractHashTable.Index
hashCodeOf
public int hashCodeOf(LeftTuple tuple)
- Specified by:
hashCodeOf
in interface AbstractHashTable.Index
equal
public boolean equal(Object right,
LeftTuple tuple)
- Specified by:
equal
in interface AbstractHashTable.Index
equal
public boolean equal(Object object1,
Object object2)
- Specified by:
equal
in interface AbstractHashTable.Index
equal
public boolean equal(LeftTuple tuple1,
LeftTuple tuple2)
- Specified by:
equal
in interface AbstractHashTable.Index
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.