Class PeekIterator<T>
java.lang.Object
htsjdk.samtools.util.PeekIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Details
-
PeekIterator
-
-
Method Details
-
hasNext
-
next
-
peek
- Returns:
- the next element in the iteration, but without removing it, so the next call to next() or peek() will return the same element as returned by the current call to peek().
-
remove
-
getUnderlyingIterator
-