|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.cms.site.NodeIterator
public class NodeIterator
Node iterator.
| Constructor Summary | |
|---|---|
NodeIterator(java.util.Collection collection)
|
|
NodeIterator(SiteNode[] nodes)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
SiteNode |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeIterator(java.util.Collection collection)
collection - The collection to iterate over.public NodeIterator(SiteNode[] nodes)
nodes - The nodes to iterate over.| Method Detail |
|---|
public SiteNode next()
Iterator.next()public boolean hasNext()
Iterator.hasNext()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||