Class ListOrderedMap.ListOrderedMapEntry<K,V>

java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractKeyValue<K,V>
org.apache.commons.collections4.keyvalue.AbstractMapEntry<K,V>
org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>, KeyValue<K,V>
Enclosing class:
ListOrderedMap<K,V>

static class ListOrderedMap.ListOrderedMapEntry<K,V> extends AbstractMapEntry<K,V>