|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITupleIterator<E>
Interface visits ITuples populated with the data and metadata for
visited index entries.
IRangeQuery| Method Summary | |
|---|---|
ITuple<E> |
next()
Advance the iterator and return the ITuple from which you can
extract the data and metadata for next entry. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, remove |
| Method Detail |
|---|
ITuple<E> next()
ITuple from which you can
extract the data and metadata for next entry.
Note: An ITupleIterators will generally return the same
ITuple reference on on each invocation of this method. The caller
is responsible for copying out any data or metadata of interest before
calling next() again. See TupleFilter which is aware of
this and can be used to stack filters safely.
next in interface Iterator<ITuple<E>>ITuple containing the data and metadata for the
current index entry.
NoSuchElementException - if there is no next entry.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||