Package htsjdk.samtools.util
Class PeekIterator<T>
- java.lang.Object
-
- htsjdk.samtools.util.PeekIterator<T>
-
-
Constructor Summary
Constructors Constructor Description PeekIterator(Iterator<T> underlyingIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>
getUnderlyingIterator()
boolean
hasNext()
T
next()
T
peek()
void
remove()
Unsupported-
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
-
-