public static class TripleStore.TripleKeyComparator extends Object implements AbstractHashTable.ObjectComparator
| Constructor and Description |
|---|
TripleKeyComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(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 areEqual(Object object1, Object object2)
areEqual in interface AbstractHashTable.ObjectComparatorCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.