Package com.db4o.internal.btree
Class BTreeIterator
- java.lang.Object
- 
- com.db4o.internal.btree.BTreeIterator
 
- 
- 
Constructor SummaryConstructors Constructor Description BTreeIterator(Transaction trans, BTree bTree)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcurrent()booleanmoveNext()voidreset()
 
- 
- 
- 
Constructor Detail- 
BTreeIteratorpublic BTreeIterator(Transaction trans, BTree bTree) 
 
- 
 
-