Class UnmodifiableEntrySet.UnmodifiableEntry
java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntry
- Enclosing class:
UnmodifiableEntrySet<K,V>
Implementation of a map entry that is unmodifiable.
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMapEntryDecorator
equals, getKey, getMapEntry, getValue, hashCode, toString
-
Constructor Details
-
UnmodifiableEntry
-
-
Method Details
-
setValue
-