public class DelimitedTextFileWithHeaderIterator extends Object implements htsjdk.samtools.util.CloseableIterator<DelimitedTextFileWithHeaderIterator.Row>
Modifier and Type | Class and Description |
---|---|
class |
DelimitedTextFileWithHeaderIterator.Row |
Constructor and Description |
---|
DelimitedTextFileWithHeaderIterator(BasicInputParser parser) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Set<String> |
columnLabels() |
Set<String> |
getColumnNames() |
int |
getCurrentLineNumber() |
boolean |
hasColumn(String columnLabel) |
boolean |
hasNext() |
DelimitedTextFileWithHeaderIterator.Row |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DelimitedTextFileWithHeaderIterator(BasicInputParser parser)
public boolean hasColumn(String columnLabel)
columnLabel
- public Set<String> columnLabels()
public int getCurrentLineNumber()
public boolean hasNext()
hasNext
in interface Iterator<DelimitedTextFileWithHeaderIterator.Row>
public DelimitedTextFileWithHeaderIterator.Row next()
next
in interface Iterator<DelimitedTextFileWithHeaderIterator.Row>
public void remove()
remove
in interface Iterator<DelimitedTextFileWithHeaderIterator.Row>
public void close()
close
in interface htsjdk.samtools.util.CloseableIterator<DelimitedTextFileWithHeaderIterator.Row>
close
in interface Closeable
close
in interface AutoCloseable