public static class TripleStore.TripleKeyComparator extends Object implements AbstractHashTable.ObjectComparator
| Constructor and Description |
|---|
TripleStore.TripleKeyComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(Object object1,
Object object2) |
int |
hashCodeOf(Object object) |
void |
readExternal(ObjectInput in) |
int |
rehash(int h) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic int hashCodeOf(Object object)
hashCodeOf in interface AbstractHashTable.ObjectComparatorpublic int rehash(int h)
public boolean equal(Object object1, Object object2)
equal in interface AbstractHashTable.ObjectComparatorCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.