public final class MultiHitAlignedReadIterator extends java.lang.Object implements htsjdk.samtools.util.CloseableIterator<HitsForInsert>
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
HitsForInsert |
next() |
void |
remove()
Unsupported operation.
|
public void close()
close
in interface htsjdk.samtools.util.CloseableIterator<HitsForInsert>
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
public boolean hasNext()
hasNext
in interface java.util.Iterator<HitsForInsert>
public HitsForInsert next()
next
in interface java.util.Iterator<HitsForInsert>
java.lang.IllegalStateException
- if the input is not queryname-sorted.public void remove()
remove
in interface java.util.Iterator<HitsForInsert>