From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/collections/package-summary.html | 506 +++++++++++---------- 1 file changed, 259 insertions(+), 247 deletions(-) (limited to 'docs/java/com/sleepycat/collections/package-summary.html') diff --git a/docs/java/com/sleepycat/collections/package-summary.html b/docs/java/com/sleepycat/collections/package-summary.html index 9f499370..c85c597d 100644 --- a/docs/java/com/sleepycat/collections/package-summary.html +++ b/docs/java/com/sleepycat/collections/package-summary.html @@ -1,261 +1,273 @@ - - - - - -com.sleepycat.collections (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-

-Package com.sleepycat.collections -

-Data access based on the standard Java collections API. -

-See: -
-          Description -

- - - - - - - - - - - - - -
-Interface Summary
PrimaryKeyAssignerAn interface implemented to assign new primary key values.
TransactionWorkerThe interface implemented to perform the work within a transaction.
-  - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
CurrentTransactionProvides access to the current transaction for the current thread within the - context of a Berkeley DB environment.
MapEntryParameter<K,V>A simple Map.Entry implementation that can be used as in - input parameter.
StoredCollection<E>A abstract base class for all stored collections.
StoredCollectionsStatic methods operating on collections and maps.
StoredContainerA abstract base class for all stored collections and maps.
StoredEntrySet<K,V>The Set returned by Map.entrySet().
StoredIterator<E>The Iterator returned by all stored collections.
StoredKeySet<K>The Set returned by Map.keySet() and which can also be constructed directly - if a Map is not needed.
StoredList<E>A List view of a Database.
StoredMap<K,V>A Map view of a Database.
StoredSortedEntrySet<K,V>The SortedSet returned by Map.entrySet().
StoredSortedKeySet<K>The SortedSet returned by Map.keySet() and which can also be constructed - directly if a Map is not needed.
StoredSortedMap<K,V>A SortedMap view of a Database.
StoredSortedValueSet<E>The SortedSet returned by Map.values() and which can also be constructed - directly if a Map is not needed.
StoredValueSet<E>The Set returned by Map.values() and Map.duplicates(), and which can also be - constructed directly if a Map is not needed.
TransactionRunnerStarts a transaction, calls TransactionWorker.doWork(), and handles - transaction retry and exceptions.
TupleSerialFactoryCreates stored collections having tuple keys and serialized entity values.
-  - -

-

-Package com.sleepycat.collections Description -

- -

-Data access based on the standard Java collections API. -

- -

-

-
-
- - +
+

Package com.sleepycat.collections

+
+
Data access based on the standard Java collections API.
+
+

See: Description

+
+
+ + + + +

Package com.sleepycat.collections Description

+
Data access based on the standard Java collections API.
+
- - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1