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/StoredEntrySet.html | 734 ++++++++++----------- 1 file changed, 367 insertions(+), 367 deletions(-) (limited to 'docs/java/com/sleepycat/collections/StoredEntrySet.html') diff --git a/docs/java/com/sleepycat/collections/StoredEntrySet.html b/docs/java/com/sleepycat/collections/StoredEntrySet.html index 7c5280dc..fbb00b26 100644 --- a/docs/java/com/sleepycat/collections/StoredEntrySet.html +++ b/docs/java/com/sleepycat/collections/StoredEntrySet.html @@ -1,388 +1,388 @@ - - - - - -StoredEntrySet (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.collections -
-Class StoredEntrySet<K,V>

-
-java.lang.Object
-  extended by com.sleepycat.collections.StoredContainer
-      extended by com.sleepycat.collections.StoredCollection<Map.Entry<K,V>>
-          extended by com.sleepycat.collections.StoredEntrySet<K,V>
-
-
-
All Implemented Interfaces:
Cloneable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
-
-
-
Direct Known Subclasses:
StoredSortedEntrySet
-
-
-
-
public class StoredEntrySet<K,V>
extends StoredCollection<Map.Entry<K,V>>
implements Set<Map.Entry<K,V>>
- - -

-The Set returned by Map.entrySet(). This class may not be instantiated - directly. Contrary to what is stated by Map.entrySet() this class - does support the add(java.util.Map.Entry) and StoredCollection.addAll(java.util.Collection) methods. - -

The Map.Entry.setValue(V) method of the Map.Entry objects - that are returned by this class and its iterators behaves just as the StoredIterator.set(E) method does.

-

- -

-


- -

+

+
com.sleepycat.collections
+

Class StoredEntrySet<K,V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable, java.lang.Iterable<java.util.Map.Entry<K,V>>, java.util.Collection<java.util.Map.Entry<K,V>>, java.util.Set<java.util.Map.Entry<K,V>>
    +
    +
    +
    Direct Known Subclasses:
    +
    StoredSortedEntrySet
    +
    +
    +
    +
    public class StoredEntrySet<K,V>
    +extends StoredCollection<java.util.Map.Entry<K,V>>
    +implements java.util.Set<java.util.Map.Entry<K,V>>
    +
    The Set returned by Map.entrySet(). This class may not be instantiated + directly. Contrary to what is stated by Map.entrySet() this class + does support the add(java.util.Map.Entry<K, V>) and StoredCollection.addAll(java.util.Collection<? extends E>) methods. + +

    The Map.Entry.setValue(V) method of the Map.Entry objects + that are returned by this class and its iterators behaves just as the StoredIterator.set(E) method does.

    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public boolean add(Map.Entry<K,V> mapEntry)
    -
    -
    Adds the specified element to this set if it is not already present +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        public boolean add(java.util.Map.Entry<K,V> mapEntry)
        +
        Adds the specified element to this set if it is not already present (optional operation). - This method conforms to the Set.add(E) interface. -

        -

        -
        Specified by:
        add in interface Collection<Map.Entry<K,V>>
        Specified by:
        add in interface Set<Map.Entry<K,V>>
        -
        -
        -
        Parameters:
        mapEntry - must be a Map.Entry instance. -
        Returns:
        true if the key-value pair was added to the set (and was not - previously present). -
        Throws: -
        UnsupportedOperationException - if the collection is read-only. -
        ClassCastException - if the mapEntry is not a Map.Entry instance. -
        RuntimeExceptionWrapper - if a checked exception is thrown, - including a DatabaseException on BDB (C edition).
        -
        -
    -
    - -

    -remove

    -
    -public boolean remove(Object mapEntry)
    -
    -
    Removes the specified element from this set if it is present (optional + This method conforms to the Set.add(E) interface.
+
+
Specified by:
+
add in interface java.util.Collection<java.util.Map.Entry<K,V>>
+
Specified by:
+
add in interface java.util.Set<java.util.Map.Entry<K,V>>
+
Parameters:
mapEntry - must be a Map.Entry instance.
+
Returns:
true if the key-value pair was added to the set (and was not + previously present).
+
Throws:
+
java.lang.UnsupportedOperationException - if the collection is read-only.
+
java.lang.ClassCastException - if the mapEntry is not a Map.Entry instance.
+
RuntimeExceptionWrapper - if a checked exception is thrown, + including a DatabaseException on BDB (C edition).
+ + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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