Class InsertionOrderSplayTree.Iterator<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Iterator<V>
-
- All Implemented Interfaces:
Iterator<InsertionOrderSplayTree.Node<V>>
- Enclosing class:
- InsertionOrderSplayTree<T>
public static class InsertionOrderSplayTree.Iterator<V> extends Object implements Iterator<InsertionOrderSplayTree.Node<V>>
-
-
Constructor Summary
Constructors Constructor Description Iterator(InsertionOrderSplayTree.Node<V> root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
InsertionOrderSplayTree.Node<V>
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
Iterator
public Iterator(InsertionOrderSplayTree.Node<V> root)
-
-