public class BtreeKeySet.BtreeKeyIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
protected org.netbeans.mdr.persistence.btreeimpl.btreeindex.SearchResult |
current |
protected int |
modCount |
protected BtreePageSource |
pageSource |
protected org.netbeans.mdr.persistence.btreeimpl.btreeindex.SearchResult current
protected BtreePageSource pageSource
protected int modCount
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic 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.Objectpublic void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException - Always thrown.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.