|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz.SelectionManager.Iter<T>
private static class SelectionManager.Iter<T>
Field Summary | |
---|---|
(package private) java.util.Iterator<edu.umd.cs.piccolo.nodes.PPath> |
iter
|
Constructor Summary | |
---|---|
private |
SelectionManager.Iter(java.util.Iterator<edu.umd.cs.piccolo.nodes.PPath> iter)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<T> |
iterator()
|
T |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Iterator<edu.umd.cs.piccolo.nodes.PPath> iter
Constructor Detail |
---|
private SelectionManager.Iter(java.util.Iterator<edu.umd.cs.piccolo.nodes.PPath> iter)
Method Detail |
---|
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
public T next()
next
in interface java.util.Iterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |