Package htsjdk.samtools.util
Class IntervalTree.ValuesIterator<V1>
- java.lang.Object
-
- htsjdk.samtools.util.IntervalTree.ValuesIterator<V1>
-
- All Implemented Interfaces:
Iterator<V1>
- Enclosing class:
- IntervalTree<V>
public static class IntervalTree.ValuesIterator<V1> extends Object implements Iterator<V1>
-
-
Constructor Summary
Constructors Constructor Description ValuesIterator(Iterator<IntervalTree.Node<V1>> itr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V1
next()
void
remove()
-
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
-
-
-
-
Constructor Detail
-
ValuesIterator
public ValuesIterator(Iterator<IntervalTree.Node<V1>> itr)
-
-