| 
Berkeley DB version 4.2.52  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StoredContainer | |
| com.sleepycat.bdb.collection | Collection classes providing Map, Set, List and Iterator views of a data store [reference guide]  | 
| Uses of StoredContainer in com.sleepycat.bdb.collection | 
| Subclasses of StoredContainer in com.sleepycat.bdb.collection | |
 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 DataStore or DataIndex. | 
 class | 
StoredMap
A Map view of a DataStore or DataIndex. | 
 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 DataStore or DataIndex. | 
 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.bdb.collection with parameters of type StoredContainer | |
 StoredIterator | 
StoredCollection.join(StoredContainer[] indices,
     Object[] indexKeys)
Returns an iterator representing an equality join of the indices and index key values specified.  | 
 StoredIterator | 
StoredCollection.join(StoredContainer[] indices,
     Object[] indexKeys,
     boolean presorted)
Returns an iterator representing an equality join of the indices and index key values specified.  | 
  | 
Berkeley DB version 4.2.52  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||