org.apache.slide.util
Class HashMap.Entry
java.lang.Object
org.apache.slide.util.HashMap.Entry
- Enclosing class:
- HashMap
- class HashMap.Entry
- extends java.lang.Object
An object representing an entry in the Map table
Constructor Summary |
HashMap.Entry(int hashCode,
java.lang.Object key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
hash
int hash
key
java.lang.Object key
value
java.lang.Object value
next
HashMap.Entry next
prev
HashMap.Entry prev
HashMap.Entry
public HashMap.Entry(int hashCode,
java.lang.Object key,
java.lang.Object value)
getKey
public java.lang.Object getKey()
getValue
public java.lang.Object getValue()
equals
public boolean equals(java.lang.Object object)
hashCode
public int hashCode()
setValue
public void setValue(java.lang.Object value)