Berkeley DB
version 4.2.52

Package com.sleepycat.bdb.collection

Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide]

See:
          Description

Class Summary
MapEntry A simple Map.Entry implementation.
StoredCollection A abstract base class for all stored collections.
StoredCollections This class consists exclusively of static methods that operate on or return 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.
StoredList A List view of a DataStore or DataIndex.
StoredMap A Map view of a DataStore or DataIndex.
StoredSortedEntrySet The SortedSet returned by Map.entrySet().
StoredSortedKeySet The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
StoredSortedMap A SortedMap view of a DataStore or DataIndex.
StoredSortedValueSet The SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed.
StoredValueSet The Set returned by Map.values() and Map.duplicates(), and which can also be constructed directly if a Map is not needed.
 

Package com.sleepycat.bdb.collection Description

Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide]


Berkeley DB
version 4.2.52

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