public static interface AbstractHashTable.Index extends Externalizable
Modifier and Type | Method and Description |
---|---|
boolean |
equal(LeftTuple tuple1,
LeftTuple tuple2) |
boolean |
equal(Object object,
LeftTuple tuple) |
boolean |
equal(Object object1,
Object object2) |
AbstractHashTable.FieldIndex |
getFieldIndex(int index) |
int |
hashCodeOf(LeftTuple tuple) |
int |
hashCodeOf(Object object) |
readExternal, writeExternal
AbstractHashTable.FieldIndex getFieldIndex(int index)
int hashCodeOf(LeftTuple tuple)
int hashCodeOf(Object object)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.