public class Generator extends Object implements Sequence<Token>
Constructor and Description |
---|
Generator(int words,
int L) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
Token |
next()
Return the next item in the iteration.
|
void |
refresh() |
Copyright © 2016 Egothor. All Rights Reserved.