public static class IntervalTree.ValuesIterator<V1> extends Object implements Iterator<V1>
| Constructor and Description |
|---|
ValuesIterator(Iterator<IntervalTree.Node<V1>> itr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V1 |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ValuesIterator(Iterator<IntervalTree.Node<V1>> itr)