java.lang.Object | +--org.apache.commons.collections.map.AbstractHashedMap.HashEntryEnclosing Class:
int | The hash code of the key |
Object | The key |
The next entry in the hash chain | |
Object | The value |
HashEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) |
boolean | equals(Object obj) |
Object | getKey() |
Object | getValue() |
int | hashCode() |
Object | setValue(Object value) |
String | toString() |
protected int hashCode
protected Object key
protected AbstractHashedMap.HashEntry next
protected Object value
protected HashEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)
public boolean equals(Object obj)
public Object getKey()
public Object getValue()
public int hashCode()
public Object setValue(Object value)
public String toString()