public static class AbstractHashTable.TripleCompositeIndex extends Object implements AbstractHashTable.Index
| Constructor and Description |
|---|
AbstractHashTable.TripleCompositeIndex() |
AbstractHashTable.TripleCompositeIndex(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.TripleCompositeIndex()
public AbstractHashTable.TripleCompositeIndex(AbstractHashTable.FieldIndex[] indexes, int startResult)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic AbstractHashTable.FieldIndex getFieldIndex(int index)
getFieldIndex in interface AbstractHashTable.Indexpublic int hashCodeOf(Object object)
hashCodeOf in interface AbstractHashTable.Indexpublic int hashCodeOf(LeftTuple tuple)
hashCodeOf in interface AbstractHashTable.Indexpublic boolean equal(Object right, LeftTuple tuple)
equal in interface AbstractHashTable.Indexpublic boolean equal(LeftTuple tuple1, LeftTuple tuple2)
equal in interface AbstractHashTable.Indexpublic boolean equal(Object object1, Object object2)
equal in interface AbstractHashTable.IndexCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.