Package | Description |
---|---|
com.sleepycat.collections |
Data access based on the standard Java collections API.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredCollection<E>
A abstract base class for all stored collections.
|
class |
StoredEntrySet<K,V>
The Set returned by Map.entrySet().
|
class |
StoredKeySet<K>
The Set returned by Map.keySet() and which can also be constructed directly
if a Map is not needed.
|
class |
StoredMap<K,V>
A Map view of a
Database . |
class |
StoredSortedEntrySet<K,V>
The SortedSet returned by Map.entrySet().
|
class |
StoredSortedKeySet<K>
The SortedSet returned by Map.keySet() and which can also be constructed
directly if a Map is not needed.
|
class |
StoredSortedMap<K,V>
A SortedMap view of a
Database . |
class |
StoredSortedValueSet<E>
The SortedSet returned by Map.values() and which can also be constructed
directly if a Map is not needed.
|
class |
StoredValueSet<E>
The Set returned by Map.values() and Map.duplicates(), and which can also be
constructed directly if a Map is not needed.
|
Modifier and Type | Method and Description |
---|---|
StoredIterator<E> |
StoredCollection.join(StoredContainer[] indices,
java.lang.Object[] indexKeys,
JoinConfig joinConfig)
Returns an iterator representing an equality join of the indices and
index key values specified.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.