Class MatrixEntryFileIterator
java.lang.Object
org.snpeff.fileIterator.FileIterator<MatrixEntry>
org.snpeff.fileIterator.LineClassFileIterator<MatrixEntry>
org.snpeff.fileIterator.MatrixEntryFileIterator
- All Implemented Interfaces:
Iterable<MatrixEntry>, Iterator<MatrixEntry>
Iterate on each line of a file, creating a MatrixEntry
- Author:
- pcingola
-
Field Summary
Fields inherited from class LineClassFileIterator
clazz, debug, FIELD_NAME_SEPARATOR, fieldByName, fieldNames, fieldStr, separator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LineClassFileIterator
createObject, fieldMap, iterator, readNext, setSeparatorMethods inherited from class FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, init, isDebug, load, next, readLine, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
MatrixEntryFileIterator
-