Package de.tilman_neumann.jml.sequence
Interface NumberSequence<T>
-
- Type Parameters:
T
- sequence element type
- All Known Implementing Classes:
SquarefreeSequence
,SquarefreeSequence63
public interface NumberSequence<T>
Interface for number sequences of type T.- Author:
- Tilman Neumann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
T
next()
void
reset()
Reset sequence so that it starts again with its first element.
-