com.sleepycat.collections
Class StoredMapEntry

java.lang.Object
  extended by com.sleepycat.collections.MapEntryParameter
      extended by com.sleepycat.collections.StoredMapEntry
All Implemented Interfaces:
Map.Entry

final class StoredMapEntry
extends MapEntryParameter

Author:
Mark Hayes

Constructor Summary
StoredMapEntry(Object key, Object value, StoredCollection coll, BaseIterator iter)
           
 
Method Summary
 Object setValue(Object newValue)
          Always throws UnsupportedOperationException since this object is not attached to a map.
 
Methods inherited from class com.sleepycat.collections.MapEntryParameter
equals, getKey, getValue, hashCode, setValueInternal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoredMapEntry

StoredMapEntry(Object key,
               Object value,
               StoredCollection coll,
               BaseIterator iter)
Method Detail

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 (c) 2004-2010 Oracle. All rights reserved.