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:
java.util.Map.Entry<K,V>
- Enclosing class:
- OrderedFastHashMap<K,V>
static class OrderedFastHashMap.Entry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
Well, we need that to satisfy the map implementation concept.