Class OrderedFastHashMap.Entry<K,V>

java.lang.Object
org.htmlunit.util.OrderedFastHashMap.Entry<K,V>
Type Parameters:
K - the key
V - the value
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
OrderedFastHashMap<K,V>

static class OrderedFastHashMap.Entry<K,V> extends Object implements Map.Entry<K,V>
Well, we need that to satisfy the map implementation concept.