|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.api.client.wfmc.wapi.WMIterator
Special iterator that can return an element count. The sub-interfaces
all provide typesafe tsNext()
methods to access the
elements of the iteration.
Field Summary | |
protected int |
cursor
|
Constructor Summary | |
WMIterator()
|
Method Summary | |
int |
getCount()
Returns the number of items that matched the query criteria. |
boolean |
hasNext()
|
void |
remove()
|
void |
setCount(int count)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
next |
Field Detail |
protected int cursor
Constructor Detail |
public WMIterator()
Method Detail |
public int getCount()
public void setCount(int count)
public void remove()
remove
in interface java.util.Iterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |