|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatt.grappa.Edge.Enumerator
static class Edge.Enumerator
Field Summary | |
---|---|
(package private) java.util.Enumeration |
inEdges
|
(package private) Edge |
next
|
(package private) Node |
node1
|
(package private) Node |
node2
|
(package private) java.util.Enumeration |
outEdges
|
Constructor Summary | |
---|---|
Edge.Enumerator(Node node1,
Node node2)
|
Method Summary | |
---|---|
private Edge |
getNext()
|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Node node1
Node node2
Edge next
java.util.Enumeration outEdges
java.util.Enumeration inEdges
Constructor Detail |
---|
Edge.Enumerator(Node node1, Node node2)
Method Detail |
---|
private Edge getNext()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |