Berkeley DB
version 4.2.52

Uses of Class
com.sleepycat.bdb.collection.StoredIterator

Packages that use StoredIterator
com.sleepycat.bdb.collection Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide] 
 

Uses of StoredIterator in com.sleepycat.bdb.collection
 

Methods in com.sleepycat.bdb.collection that return StoredIterator
 StoredIterator StoredCollection.iterator(boolean writeAllowed)
          Returns a read or read-write iterator over the elements in this collection.
 StoredIterator StoredCollection.join(StoredContainer[] indices, Object[] indexKeys)
          Returns an iterator representing an equality join of the indices and index key values specified.
 StoredIterator StoredCollection.join(StoredContainer[] indices, Object[] indexKeys, boolean presorted)
          Returns an iterator representing an equality join of the indices and index key values specified.
 


Berkeley DB
version 4.2.52

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