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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myDelegate
-
-
Constructor Details
-
DefaultParser
DefaultParser()
-
-
Method Details
-
parse
Description copied from interface:TextLineReader.Parser
Parse one line into some custom object. Returning null indicates that parsing failed!- Specified by:
parse
in interfaceTextLineReader.Parser<DatePrice>
- Parameters:
line
- The text line to parse- Returns:
- An object containing (referencing) the parsed data
-