|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface GraphNodeEnumeration
Generic interface for enumerations of graph nodes. All graph implementations should make sure that their enumerations of graph nodes implement this interface, and all graph utilities that need to enumerate nodes should use this interface.
Graph,
GraphNode| Method Summary | |
|---|---|
GraphNode |
next()
Return the next graph node in the enumeration. |
| Methods inherited from interface java.util.Enumeration |
|---|
hasMoreElements, nextElement |
| Method Detail |
|---|
GraphNode next()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||