Class DatePriceParser.DefaultParser

java.lang.Object
org.ojalgo.data.domain.finance.series.DatePriceParser.DefaultParser
All Implemented Interfaces:
TextLineReader.Parser<DatePrice>
Enclosing class:
DatePriceParser

static final class DatePriceParser.DefaultParser extends Object implements TextLineReader.Parser<DatePrice>
  • Field Details

  • Constructor Details

    • DefaultParser

      DefaultParser()
  • Method Details

    • parse

      public DatePrice parse(String line)
      Description copied from interface: TextLineReader.Parser
      Parse one line into some custom object. Returning null indicates that parsing failed!
      Specified by:
      parse in interface TextLineReader.Parser<DatePrice>
      Parameters:
      line - The text line to parse
      Returns:
      An object containing (referencing) the parsed data