class SuperTermGenerator.UpwardsIterator extends java.lang.Object implements java.util.Iterator<Term>
| Modifier and Type | Field and Description |
|---|---|
private PosInOccurrence |
currentPos |
private Services |
services |
| Modifier | Constructor and Description |
|---|---|
private |
UpwardsIterator(PosInOccurrence startPos,
Services services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Term |
next() |
void |
remove()
throw an unsupported operation exception as generators do not remove
|
private PosInOccurrence currentPos
private final Services services
private UpwardsIterator(PosInOccurrence startPos, Services services)