|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnumerationIterator
The inteface to be presented by a data source that would like to be
enumerated by taking advantage of the functionality present in
EnumerationSupport
.
EnumerationSupport
Method Summary | |
---|---|
int |
estimateTotalItems()
Estimate the total number of elements available. |
boolean |
hasNext()
Indicates if there are more elements remaining in the iteration. |
boolean |
isFiltered()
Indicates if the iterator has already been filtered. |
EnumerationItem |
next()
Supply the next element of the iteration. |
void |
release()
Release any resources being used by the iterator. |
Method Detail |
---|
int estimateTotalItems()
boolean isFiltered()
true
if the iterator has already been filtered,
false
otherwise.boolean hasNext()
true
if there are more elements in the iteration,
false
otherwise.EnumerationItem next()
Pull
request.
Element
that is used to
construct proper responses for a
PullResponse
.void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |