Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core
Interface ISetIterator


public interface ISetIterator

Interface for an iterator over a set of individuals.

Since:
0.4.0
Version:
$Revision: 1.5 $ $Date: 2004/05/26 11:57:55 $
Author:
Andreas Rummler

Method Summary
 boolean hasNext()
          Returns if this iterator points at a next individual
 IIndividual next()
          Returns the next individual this iterator is pointing at.
 

Method Detail

next

public IIndividual next()
Returns the next individual this iterator is pointing at.

Returns:
next individual

hasNext

public boolean hasNext()
Returns if this iterator points at a next individual

Returns:
true if there is a next individual, false otherwise

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems