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