| org.wfmc.wapi.WMIterator
All known Subclasses: org.obe.client.api.base.AbstractWMIterator,
WMIterator | public interface WMIterator extends Iterator(Code) | | Special iterator that can return an element count. The sub-interfaces all
provide typesafe tsNext() methods to access the elements of the
iteration.
author: Adrian Price |
Method Summary | |
int | getCount() Returns the number of items that matched the query criteria. |
getCount | int getCount()(Code) | | Returns the number of items that matched the query criteria. N.B. This
iterator class is used to return either the objects themselves or a count
of the total number of objects. In the former case the count value may
be unknown, in which case the method returns -1.
Iteration count. |
|
|