public static class ObjectHashSet.ObjectEntry extends Object implements Entry, Externalizable
Constructor and Description |
---|
ObjectEntry() |
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 ObjectEntry()
public ObjectEntry(Object value, int hashCode)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Object getValue()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.