public abstract class AbstractMapEntryDecorator<K,V> extends Object implements Map.Entry<K,V>, KeyValue<K,V>
Map.Entry.| Constructor and Description |
|---|
AbstractMapEntryDecorator(Map.Entry<K,V> entry)
Constructor that wraps (not copies).
|
public AbstractMapEntryDecorator(Map.Entry<K,V> entry)
entry - the Map.Entry to decorate, must not be nullIllegalArgumentException - if the collection is nullprotected Map.Entry<K,V> getMapEntry()
public V getValue()
KeyValuepublic boolean equals(Object object)
public int hashCode()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.