Package org.drools.core.util
Class ObjectHashMap.ObjectEntry
- java.lang.Object
-
- org.drools.core.util.ObjectHashMap.ObjectEntry
-
- All Implemented Interfaces:
Externalizable,Serializable,Entry
- Enclosing class:
- ObjectHashMap
public static class ObjectHashMap.ObjectEntry extends Object implements Entry, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectEntry()ObjectEntry(Object key, Object value, int cachedHashCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)ObjectgetKey()EntrygetNext()ObjectgetValue()inthashCode()voidreadExternal(ObjectInput in)voidsetNext(Entry next)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getValue
public Object getValue()
-
getKey
public Object getKey()
-
-