Class UnmodifiableEntrySet.UnmodifiableEntry
- java.lang.Object
-
- org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
- org.apache.commons.collections.map.UnmodifiableEntrySet.UnmodifiableEntry
-
- All Implemented Interfaces:
java.util.Map.Entry,KeyValue
- Enclosing class:
- UnmodifiableEntrySet
static final class UnmodifiableEntrySet.UnmodifiableEntry extends AbstractMapEntryDecorator
Implementation of a map entry that is unmodifiable.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnmodifiableEntry(java.util.Map.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectsetValue(java.lang.Object obj)-
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
equals, getKey, getMapEntry, getValue, hashCode, toString
-
-
-
-
Method Detail
-
setValue
public java.lang.Object setValue(java.lang.Object obj)
- Specified by:
setValuein interfacejava.util.Map.Entry- Overrides:
setValuein classAbstractMapEntryDecorator
-
-