Class UnmodifiableEntrySet.UnmodifiableEntry
- java.lang.Object
-
- org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
-
- org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
,KeyValue<K,V>
- Enclosing class:
- UnmodifiableEntrySet<K,V>
private class UnmodifiableEntrySet.UnmodifiableEntry extends AbstractMapEntryDecorator<K,V>
Implementation of a map entry that is unmodifiable.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnmodifiableEntry(java.util.Map.Entry<K,V> entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
setValue(V obj)
-
Methods inherited from class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
equals, getKey, getMapEntry, getValue, hashCode, toString
-
-