Class LineMapParser<K,​T>

  • All Implemented Interfaces:
    LineParser<T>, Parser<T>
    Direct Known Subclasses:
    BiomartEnsembleNcbiParser

    public abstract class LineMapParser<K,​T>
    extends BasicLineMapParser<K,​T>
    The difference between this class and BasicLineMapParser is more flexibility in how keys are provided. The parseOneLine method that is implemented must handle adding the data to the Map.
    Author:
    pavlidis