public static class AbstractHashTable.InstanceEquals extends AbstractHashTable.AbstractObjectComparator
Modifier and Type | Field and Description |
---|---|
static AbstractHashTable.ObjectComparator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equal(Object object1,
Object object2) |
static AbstractHashTable.ObjectComparator |
getInstance() |
int |
hashCodeOf(Object obj) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static final AbstractHashTable.ObjectComparator INSTANCE
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public static AbstractHashTable.ObjectComparator getInstance()
public int hashCodeOf(Object obj)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.