Berkeley DB
version 4.2.52

Uses of Class
com.sleepycat.bdb.collection.StoredMap

Packages that use StoredMap
com.sleepycat.bdb.collection Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide] 
com.sleepycat.bdb.factory Factory classes 
 

Uses of StoredMap in com.sleepycat.bdb.collection
 

Subclasses of StoredMap in com.sleepycat.bdb.collection
 class StoredSortedMap
          A SortedMap view of a DataStore or DataIndex.
 

Uses of StoredMap in com.sleepycat.bdb.factory
 

Methods in com.sleepycat.bdb.factory that return StoredMap
 StoredMap TupleSerialDbFactory.newMap(DataStore store, Class keyClass, boolean writeAllowed)
          Creates a map for a given store that was obtained from this factory.
 StoredMap TupleSerialDbFactory.newMap(DataIndex index, Class keyClass, boolean writeAllowed)
          Creates a map for a given index that was obtained from this factory.
 


Berkeley DB
version 4.2.52

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