|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.btree.AbstractBTreeIterator
org.neodatis.btree.BTreeIteratorSingleValuePerKey
org.neodatis.odb.impl.core.btree.LazyODBBTreeIteratorSIngle
public class LazyODBBTreeIteratorSIngle
A Lazy BTree Iterator : It iterate on the object OIDs and lazy load objects from them (OIDs) Used by the LazyBTreeCollection
Field Summary |
---|
Fields inherited from class org.neodatis.btree.AbstractBTreeIterator |
---|
currentNode, nbReturnedElements |
Constructor Summary | |
---|---|
LazyODBBTreeIteratorSIngle(IBTree tree,
OrderByConstants orderByType,
IStorageEngine storageEngine,
boolean returnObjects)
|
Method Summary | |
---|---|
java.lang.Object |
next()
|
Methods inherited from class org.neodatis.btree.BTreeIteratorSingleValuePerKey |
---|
getValueAt |
Methods inherited from class org.neodatis.btree.AbstractBTreeIterator |
---|
hasNext, nextAsc, nextDesc, remove, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyODBBTreeIteratorSIngle(IBTree tree, OrderByConstants orderByType, IStorageEngine storageEngine, boolean returnObjects)
tree
- orderByType
- storageEngine
- returnObjects
- Method Detail |
---|
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractBTreeIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |