public class ExecutionTokenReader extends Object implements Iterable<ExecutionInfoToken>, Iterator<ExecutionInfoToken>
| Constructor and Description |
|---|
ExecutionTokenReader() |
ExecutionTokenReader(ExecutionTokenQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<ExecutionInfoToken> |
iterator() |
ExecutionInfoToken |
next() |
void |
remove() |
void |
takeOne() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic ExecutionTokenReader()
public ExecutionTokenReader(ExecutionTokenQueue queue)
public Iterator<ExecutionInfoToken> iterator()
iterator in interface Iterable<ExecutionInfoToken>public void takeOne()
public boolean hasNext()
hasNext in interface Iterator<ExecutionInfoToken>public ExecutionInfoToken next()
next in interface Iterator<ExecutionInfoToken>public void remove()
remove in interface Iterator<ExecutionInfoToken>Copyright © 2018 University of Michigan. All rights reserved.