public interface ActiveList
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(BBNode node)
Add a node to the active list.
|
void |
clear()
Removes all of the elements from this collection.
|
boolean |
isEmpty()
Returns
true if this collection contains no elements. |
BBNode |
pop()
Get the next node.
|
boolean isEmpty()
true if this collection contains no elements.true if this collection contains no elementsboolean add(BBNode node)
node - a nodetrue if this collection changed as a result of the callvoid clear()
BBNode pop()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.