Class AbstractMapEntryDecorator<K,V>
java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
- Type Parameters:
K- the type of keysV- the type of mapped values
- Direct Known Subclasses:
AbstractDualBidiMap.MapEntry, AbstractInputCheckedMapDecorator.MapEntry, UnmodifiableEntrySet.UnmodifiableEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMapEntryDecorator(Map.Entry<K, V> entry) Constructor that wraps (not copies). -
Method Summary
-
Field Details
-
entry
-
-
Constructor Details
-
AbstractMapEntryDecorator
Constructor that wraps (not copies).- Parameters:
entry- theMap.Entryto decorate, must not be null- Throws:
NullPointerException- if the collection is null
-
-
Method Details
-
getMapEntry
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-