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