org.egothor.core
Interface SequenceWithRestart<T>

All Superinterfaces:
Sequence<T>
All Known Implementing Classes:
Strings2Tokens

public interface SequenceWithRestart<T>
extends Sequence<T>

Adds an ability to restart the sequence and read it again and again.

Author:
galambos

Method Summary
 void restart()
           
 
Methods inherited from interface org.egothor.core.Sequence
next
 

Method Detail

restart

void restart()