Package org.snpeff.fileIterator.parser
Interface Parser<T>
-
- All Known Implementing Classes:
VcfFileIterator
public interface Parser<T>
Parse a string and return a collection of objects. Note: In most cases the collection will only have one element.- Author:
- pcingola
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<T>
parse(java.lang.String str)
-
-
-
Method Detail
-
parse
java.util.Collection<T> parse(java.lang.String str)
-
-