Package org.htmlunit.util
Class OrderedFastHashMap.Entry<K,V>
java.lang.Object
org.htmlunit.util.OrderedFastHashMap.Entry<K,V>
- Type Parameters:
K
- the keyV
- the value
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
OrderedFastHashMap<K,
V>
Well, we need that to satisfy the map implementation concept.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key_
-
value_
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
public int hashCode() -
toString
-
equals
-