Class DatePriceParser

java.lang.Object
org.ojalgo.netio.DetectingParser<DatePrice>
org.ojalgo.data.domain.finance.series.DatePriceParser
All Implemented Interfaces:
BasicParser<DatePrice>, TextLineReader.Parser<DatePrice>

public final class DatePriceParser extends DetectingParser<DatePrice>
Will switch between any/all known parsers producing DatePrice subclasses. There is also a default parser that assumes just 2 columns, no header, separated by whitespace.
  • Constructor Details

    • DatePriceParser

      public DatePriceParser()