1
public
interface
Sequence
2
{
3
int
next();
4
}