Package | Description |
---|---|
com.sleepycat.collections |
Data access based on the standard Java collections API.
|
Modifier and Type | Method | Description |
---|---|---|
StoredIterator<E> |
StoredCollection.iterator(boolean writeAllowed) |
Deprecated.
Please use
StoredCollection.storedIterator() or StoredCollection.storedIterator(boolean) instead. |
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.
|
StoredIterator<E> |
StoredCollection.storedIterator() |
Returns an iterator over the elements in this collection.
|
StoredIterator<E> |
StoredCollection.storedIterator(boolean writeAllowed) |
Returns a read or read-write iterator over the elements in this
collection.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.