org.drools.util
Class ObjectHashMap.ObjectEntry
java.lang.Object
org.drools.util.ObjectHashMap.ObjectEntry
- All Implemented Interfaces:
- java.io.Serializable, Entry
- Enclosing class:
- ObjectHashMap
public static class ObjectHashMap.ObjectEntry
- extends java.lang.Object
- implements Entry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ObjectHashMap.ObjectEntry
public ObjectHashMap.ObjectEntry(java.lang.Object key,
java.lang.Object value,
int hashCode)
setHashCode
public void setHashCode(int hashCode)
getValue
public java.lang.Object getValue()
getKey
public java.lang.Object getKey()
getNext
public Entry getNext()
- Specified by:
getNext
in interface Entry
setNext
public void setNext(Entry next)
- Specified by:
setNext
in interface Entry
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object