public class BreadthFirstWaitlist extends AbstractWaitlist<java.util.LinkedHashSet<AbstractState>>
waitlist
Constructor and Description |
---|
BreadthFirstWaitlist() |
Modifier and Type | Method and Description |
---|---|
AbstractState |
pop()
Remove the next abstract state and return it.
|
public AbstractState pop()
Waitlist