net.sf.statcvs.model
Class CvsTreeIterator

java.lang.Object
  extended bynet.sf.statcvs.model.CvsTreeIterator

public class CvsTreeIterator
extends java.lang.Object

An iterator class which provides iterative access to the CvsTree's elements.

Version:
$Id: CvsTreeIterator.java,v 1.5 2003/03/18 10:33:55 lukasz Exp $
Author:
Manuel Schulze

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

CvsTreeIterator

public CvsTreeIterator(CvsModule rootModule)
Constructor for given module

Parameters:
rootModule - module to be used as root
Method Detail

hasNext

public boolean hasNext()
Returns TRUE if the iterator has more elements, FALSE otherwise

Returns:
boolean TRUE if the iterator has more elements, FALSE otherwise

next

public CvsModule next()
Returns next module

Returns:
CvsModule next module