public static class ObjectHashSet.ObjectEntry extends Object implements Entry, Externalizable
| Constructor and Description |
|---|
ObjectHashSet.ObjectEntry() |
ObjectHashSet.ObjectEntry(Object value,
int hashCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Entry |
getNext() |
Object |
getValue() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setNext(Entry next) |
void |
writeExternal(ObjectOutput out) |
public ObjectHashSet.ObjectEntry()
public ObjectHashSet.ObjectEntry(Object value, int hashCode)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic Object getValue()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.