|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ItemSet<T>
An ItemSet is a representation for a set of items returned by query.
ItemSet interface allows to iterate the items within it.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the ItemSet
has more elements. |
T |
next()
Returns the next item from ItemSet . |
void |
reset()
Resets the ItemSet cursor to the first item. |
int |
size()
Returns the size of the ItemSet
(number of items in the set). |
Method Detail |
---|
boolean hasNext()
true
if the ItemSet
has more elements.
true
if the ItemSet
has more elementsT next()
ItemSet
.
ItemSet
void reset()
ItemSet
cursor to the first item.
int size()
ItemSet
(number of items in the set).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |