| Package | Description | 
|---|---|
| com.sleepycat.collections | 
 Data access based on the standard Java collections API. 
 | 
| Class and Description | 
|---|
| CurrentTransaction
 Provides access to the current transaction for the current thread within the
 context of a Berkeley DB environment. 
 | 
| PrimaryKeyAssigner
 An interface implemented to assign new primary key values. 
 | 
| StoredCollection
 A abstract base class for all stored collections. 
 | 
| StoredContainer
 A abstract base class for all stored collections and maps. 
 | 
| StoredEntrySet
 The Set returned by Map.entrySet(). 
 | 
| StoredIterator
 The Iterator returned by all stored collections. 
 | 
| StoredKeySet
 The Set returned by Map.keySet() and which can also be constructed directly
 if a Map is not needed. 
 | 
| StoredMap
 A Map view of a  
Database. | 
| StoredSortedMap
 A SortedMap view of a  
Database. | 
| StoredValueSet
 The Set returned by Map.values() and Map.duplicates(), and which can also be
 constructed directly if a Map is not needed. 
 | 
| TransactionWorker
 The interface implemented to perform the work within a transaction. 
 | 
Copyright (c) 2004,2014 Oracle. All rights reserved.