public static interface StateBuilder.StateQueue
Modifier and Type | Method and Description |
---|---|
void |
add(int node)
ads the given node to the queue
|
boolean |
isEmpty()
true if the queue is empty
|
int |
poll()
removes the node at the front of the queue and returns it.
|
void add(int node)
node
- int poll()
boolean isEmpty()