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