|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeSequence
Represents a sequence of nodes in a graph.
Method Summary | |
---|---|
Node |
getFirst()
Returns the first node in the sequence. |
Node |
getLast()
Returns the last node in the sequence. |
boolean |
isValid()
Determines if the node sequence id valid based on the rules of the implementation. |
java.util.Iterator |
iterator()
Returns an iterator over the nodes. |
int |
size()
Returns the number of nodes in the sequence. |
Method Detail |
---|
Node getFirst()
Node getLast()
int size()
java.util.Iterator iterator()
boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |