final class StoredMapEntry extends MapEntryParameter
| Constructor and Description |
|---|
StoredMapEntry(java.lang.Object key,
java.lang.Object value,
StoredCollection coll,
BaseIterator iter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
setValue(java.lang.Object newValue)
Always throws
UnsupportedOperationException since this
object is not attached to a map. |
equals, getKey, getValue, hashCode, setValueInternal, toStringStoredMapEntry(java.lang.Object key,
java.lang.Object value,
StoredCollection coll,
BaseIterator iter)
public java.lang.Object setValue(java.lang.Object newValue)
MapEntryParameterUnsupportedOperationException since this
object is not attached to a map.setValue in interface java.util.Map.EntrysetValue in class MapEntryParameterCopyright (c) 2004-2012 Oracle. All rights reserved.