|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.ant.CocoonCrawling.CocoonCrawlingIterator
An Iterator iterating over URIs which are not visited already, visited URIs are moved immediatly to a set of visited URIs
Constructor Summary | |
CocoonCrawling.CocoonCrawlingIterator(Set visitedAlready,
List stillNotVisited)
Constructor for the CocoonCrawlingIterator object |
Method Summary | |
boolean |
hasNext()
Check if list of not visited URIs is empty |
Object |
next()
Get next not visited URIs |
void |
remove()
Removing objects is not supported, and will always throw a UnsupportedOperationException . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CocoonCrawling.CocoonCrawlingIterator(Set visitedAlready, List stillNotVisited)
visitedAlready
- Description of ParameterstillNotVisited
- Description of ParameterMethod Detail |
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
UnsupportedOperationException
.
remove
in interface Iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |