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