DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Class
com.sleepycat.collections.StoredContainer

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

Uses of StoredContainer in com.sleepycat.collections
 

Subclasses of StoredContainer in com.sleepycat.collections
 class StoredCollection
          A abstract base class for all stored collections.
 class StoredEntrySet
          The Set returned by Map.entrySet().
 class StoredKeySet
          The Set returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
 class StoredList
          A List view of a Database.
 class StoredMap
          A Map view of a Database.
 class StoredSortedEntrySet
          The SortedSet returned by Map.entrySet().
 class StoredSortedKeySet
          The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
 class StoredSortedMap
          A SortedMap view of a Database.
 class StoredSortedValueSet
          The SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed.
 class StoredValueSet
          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 with parameters of type StoredContainer
 StoredIterator StoredCollection.join(StoredContainer[] indices, Object[] indexKeys, JoinConfig joinConfig)
          Returns an iterator representing an equality join of the indices and index key values specified.
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.