ch.bfh.algo.core.position
Interface PositionIterator<E,P extends Position<E>>

All Superinterfaces:
Iterator<Position<E>>
All Known Subinterfaces:
PositionListIterator<B,E>
All Known Implementing Classes:
LinkedPositionIterator, PositionIteratorAdapter, PositionListIteratorAdapter

public interface PositionIterator<E,P extends Position<E>>
extends Iterator<Position<E>>


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

Method Detail

next

P next()
Specified by:
next in interface Iterator<Position<E>>