public class OperationIterator extends Object implements Iterator<AbstractOperation>
AbstractOperations.| Constructor and Description |
|---|
OperationIterator(String operationsFilePath,
Direction direction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying operations file.
|
boolean |
hasNext() |
AbstractOperation |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<AbstractOperation>Iterator.hasNext()public AbstractOperation next()
next in interface Iterator<AbstractOperation>Iterator.next()public void remove()
remove in interface Iterator<AbstractOperation>Iterator.remove()public void close()
Copyright © 2017. All rights reserved.