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