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 Detail

      • parse

        java.util.Collection<T> parse​(java.lang.String str)