N
- public interface ExpandCollection<N>
Modifier and Type | Method and Description |
---|---|
void |
add(java.util.Collection<? extends N> newElements)
Adds the given elements to the collection.
|
boolean |
isEmpty()
Checks whether or not the collection retained by this ExpandCollection is
empty.
|
N |
pop()
Gets and removes the first element to be expanded by the node expander.
|
N pop()
assert (!isEmpty())
void add(java.util.Collection<? extends N> newElements)
newElements
- the nodes to expand furtherboolean isEmpty()