Berkeley DB Java Edition
version ${release.version}

Uses of Class
com.sleepycat.collections.StoredCollection

Packages that use StoredCollection
com.sleepycat.collections Data access based on the standard Java collections API. 
 

Uses of StoredCollection in com.sleepycat.collections
 

Subclasses of StoredCollection in com.sleepycat.collections
 class StoredEntrySet<K,V>
          The Set returned by Map.entrySet().
 class StoredKeySet<K>
          The Set returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
 class StoredSortedEntrySet<K,V>
          The SortedSet returned by Map.entrySet().
 class StoredSortedKeySet<K>
          The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
 class StoredSortedValueSet<E>
          The SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed.
 class StoredValueSet<E>
          The Set returned by Map.values() and Map.duplicates(), and which can also be constructed directly if a Map is not needed.
 

Methods in com.sleepycat.collections that return StoredCollection
 StoredCollection<E> StoredIterator.getCollection()
          Returns the collection associated with this iterator.
 


Berkeley DB Java Edition
version ${release.version}

Copyright (c) 2004,2008 Oracle. All rights reserved.