|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ItemResultIterator<I>
public class ItemResultIterator<I extends BasicItem>
Return the results of an ItemQuery as an iterator.
ItemQuery.iterate(DbControl)| Method Summary | |
|---|---|
void |
close()
From the ResultIterator interface --------------------------------- |
Item |
getItemType()
Get the type of items contained in this list. |
int |
getTotalCount()
From the QueryResult interface --------------------------------- |
boolean |
hasNext()
|
boolean |
isClosed()
Check if the iterator has been closed. |
I |
next()
|
void |
remove()
Not supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getTotalCount()
getTotalCount in interface QueryResultQuery.setReturnTotalCount(boolean)public void close()
close in interface ResultIterator<I extends BasicItem>public boolean isClosed()
ResultIterator
isClosed in interface ResultIterator<I extends BasicItem>public boolean hasNext()
hasNext in interface Iterator<I extends BasicItem>public I next()
next in interface Iterator<I extends BasicItem>public void remove()
remove in interface Iterator<I extends BasicItem>UnsupportedOperationException - Alwayspublic Item getItemType()
Item object or null if not known
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||