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