public static class TripleStore.TripleKeyComparator extends Object implements AbstractHashTable.ObjectComparator
Constructor and Description |
---|
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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public int hashCodeOf(Object object)
hashCodeOf
in interface AbstractHashTable.ObjectComparator
public int rehash(int h)
public boolean equal(Object object1, Object object2)
equal
in interface AbstractHashTable.ObjectComparator
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.