| 
 | Berkeley DB version 4.7.25 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | StoredCollectionA abstract base class for all stored collections. | 
|  class | StoredEntrySetThe Set returned by Map.entrySet(). | 
|  class | StoredKeySetThe Set returned by Map.keySet() and which can also be constructed directly if a Map is not needed. | 
|  class | StoredListA List view of a Database. | 
|  class | StoredMapA Map view of a Database. | 
|  class | StoredSortedEntrySetThe SortedSet returned by Map.entrySet(). | 
|  class | StoredSortedKeySetThe SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed. | 
|  class | StoredSortedMapA SortedMap view of a Database. | 
|  class | StoredSortedValueSetThe SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed. | 
|  class | StoredValueSetThe 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.7.25 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||