|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeIterator
public class BtreeIterator
Iterator over a BtreeCollection, which is the set of values contained in a SinglevaluedBtree.
| Field Summary | |
|---|---|
protected Btree |
btree
|
protected org.netbeans.mdr.persistence.btreeimpl.btreeindex.SearchResult |
current
|
protected int |
modCount
|
protected BtreePageSource |
pageSource
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
boolean |
hasNext()
Tests whether there are any more elements to return |
java.lang.Object |
next()
Gets the next value in the btree. |
void |
remove()
This is not supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Btree btree
protected org.netbeans.mdr.persistence.btreeimpl.btreeindex.SearchResult current
protected BtreePageSource pageSource
protected int modCount
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator
public java.lang.Object next()
throws java.util.NoSuchElementException
next in interface java.util.Iteratorjava.util.NoSuchElementException - If there was any error or if
there are no more recordsprotected void finalize()
finalize in class java.lang.Object
public void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException - Always thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||