|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeQueue
A FIFO-buffer for Nodes
Method Summary | |
---|---|
void |
clear()
Remove all nodes from the queue |
Node |
dequeue()
Remove a node from the top of the queue |
void |
enqueue(Node v)
Add a node to the end of the queue |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.FixedNodeCollection |
---|
isEmpty, iterator |
Method Detail |
---|
void enqueue(Node v)
v
- the node to be addedNode dequeue()
void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |