|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.model.CvsTreeIterator
An iterator class which provides iterative access to the CvsTree's elements.
Constructor Summary | |
CvsTreeIterator(CvsModule rootModule)
Constructor for given module |
Method Summary | |
boolean |
hasNext()
Returns TRUE if the iterator has more elements, FALSE otherwise |
CvsModule |
next()
Returns next module |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsTreeIterator(CvsModule rootModule)
rootModule
- module to be used as rootMethod Detail |
public boolean hasNext()
public CvsModule next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |