private static final class GraphNodeEnumerator.Enum extends GraphNodeEnumerator
| Modifier and Type | Field and Description | 
|---|---|
private Enumeration<GraphNode> | 
e  | 
| Constructor and Description | 
|---|
Enum(Enumeration<GraphNode> e)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasMoreElements()  | 
GraphNode | 
nextElement()  | 
create, create, createprivate final Enumeration<GraphNode> e
Enum(Enumeration<GraphNode> e)
public boolean hasMoreElements()
public GraphNode nextElement()
nextElement in interface Enumeration<GraphNode>nextElement in class GraphNodeEnumerator