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, toString
StoredMapEntry(java.lang.Object key, java.lang.Object value, StoredCollection coll, BaseIterator iter)
public java.lang.Object setValue(java.lang.Object newValue)
MapEntryParameter
UnsupportedOperationException
since this
object is not attached to a map.setValue
in interface java.util.Map.Entry
setValue
in class MapEntryParameter
Copyright (c) 2004-2012 Oracle. All rights reserved.