Berkeley DB Java Edition
version 1.5.1

Uses of Class
com.sleepycat.collections.StoredIterator

Packages that use StoredIterator
com.sleepycat.collections Data access based on the standard Java collections API. 
 

Uses of StoredIterator in com.sleepycat.collections
 

Methods in com.sleepycat.collections 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, JoinConfig joinConfig)
          Returns an iterator representing an equality join of the indices and index key values specified.
 


Berkeley DB Java Edition
version 1.5.1

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