Package gw.util
Class CiHashMap.Entry<K extends CharSequence,V>
java.lang.Object
gw.util.CiHashMap.Entry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Enclosing class:
- CiHashMap<K extends CharSequence,
V>
private static class CiHashMap.Entry<K extends CharSequence,V>
extends Object
implements Map.Entry<K,V>, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_key
-
_value
-
_hash
private int _hash -
_next
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceMap.Entry<K extends CharSequence,
V>
-
setKey
-
getValue
- Specified by:
getValue
in interfaceMap.Entry<K extends CharSequence,
V>
-
setValue
- Specified by:
setValue
in interfaceMap.Entry<K extends CharSequence,
V>
-
getHash
public int getHash() -
getNext
-
setNext
-
equals
-
hashCode
public int hashCode()
-