static final class SpaceEffGraphNode.OutNodeEnumeration extends Object implements Enumeration<GraphNode>
| Modifier and Type | Field and Description |
|---|---|
private SpaceEffGraphEdge |
_edge |
| Constructor and Description |
|---|
OutNodeEnumeration(SpaceEffGraphNode n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
GraphNode |
nextElement() |
private SpaceEffGraphEdge _edge
OutNodeEnumeration(SpaceEffGraphNode n)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<GraphNode>public GraphNode nextElement()
nextElement in interface Enumeration<GraphNode>