DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Package
com.sleepycat.collections

Packages that use com.sleepycat.collections
com.sleepycat.collections Data access based on the standard Java collections API. 
 

Classes in com.sleepycat.collections used by com.sleepycat.collections
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.
 


Berkeley DB
version 4.4.20

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