public class IdentityAssertMapComparator extends AbstractHashTable.AbstractObjectComparator
Constructor and Description |
---|
IdentityAssertMapComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object o1,
Object o2) |
boolean |
equal(Object o1,
Object o2)
Special comparator that allows FactHandles to be keys, but always checks
like for like.
|
int |
hashCodeOf(Object obj) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public int hashCodeOf(Object obj)
public boolean equal(Object o1, Object o2)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.