net.sourceforge.cilib.entity.topologies
Interface GBestTopology.IndexedIterator<T extends Entity>

Type Parameters:
T - The Entity type.
All Superinterfaces:
Iterator<T>
Enclosing class:
GBestTopology<E extends Entity>

protected static interface GBestTopology.IndexedIterator<T extends Entity>
extends Iterator<T>

Interface to define the manner in which the iterator is to be constructed for Array types.

Author:
gpampara

Method Summary
 int getIndex()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getIndex

int getIndex()


Copyright © 2009 CIRG. All Rights Reserved.