public static class AbstractHashTable.DoubleCompositeIndex extends Object implements AbstractHashTable.Index
Constructor and Description |
---|
AbstractHashTable.DoubleCompositeIndex() |
AbstractHashTable.DoubleCompositeIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
equal(LeftTuple tuple1,
LeftTuple tuple2) |
boolean |
equal(Object right,
LeftTuple tuple) |
boolean |
equal(Object object1,
Object object2) |
AbstractHashTable.FieldIndex |
getFieldIndex(int index) |
int |
hashCodeOf(LeftTuple tuple) |
int |
hashCodeOf(Object object) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public AbstractHashTable.DoubleCompositeIndex()
public AbstractHashTable.DoubleCompositeIndex(AbstractHashTable.FieldIndex[] indexes, int startResult)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public AbstractHashTable.FieldIndex getFieldIndex(int index)
getFieldIndex
in interface AbstractHashTable.Index
public int hashCodeOf(Object object)
hashCodeOf
in interface AbstractHashTable.Index
public int hashCodeOf(LeftTuple tuple)
hashCodeOf
in interface AbstractHashTable.Index
public boolean equal(Object right, LeftTuple tuple)
equal
in interface AbstractHashTable.Index
public boolean equal(LeftTuple tuple1, LeftTuple tuple2)
equal
in interface AbstractHashTable.Index
public boolean equal(Object object1, Object object2)
equal
in interface AbstractHashTable.Index
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.