com.sleepycat.collections
Class StoredMapEntry
java.lang.Object
com.sleepycat.collections.MapEntryParameter
com.sleepycat.collections.StoredMapEntry
- All Implemented Interfaces:
- Map.Entry
final class StoredMapEntry
- extends MapEntryParameter
- Author:
- Mark Hayes
Method Summary |
Object |
setValue(Object newValue)
Always throws UnsupportedOperationException since this
object is not attached to a map. |
StoredMapEntry
StoredMapEntry(Object key,
Object value,
StoredCollection coll,
StoredIterator iter)
setValue
public Object setValue(Object newValue)
- Description copied from class:
MapEntryParameter
- Always throws
UnsupportedOperationException
since this
object is not attached to a map.
- Specified by:
setValue
in interface Map.Entry
- Overrides:
setValue
in class MapEntryParameter
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.