public class ExecutionTokenQueue extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionTokenQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ExecutionInfoToken e) |
ExecutionInfoToken |
peek() |
ExecutionInfoToken |
poll() |
ExecutionInfoToken |
take() |
String |
toString() |
public void add(ExecutionInfoToken e)
public ExecutionInfoToken poll()
public ExecutionInfoToken take()
public ExecutionInfoToken peek()
Copyright © 2018 University of Michigan. All rights reserved.