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 producingDatePrice
subclasses. There is also a default parser that assumes just 2 columns, no header, separated by whitespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
DatePriceParser.DefaultParser
-
Constructor Summary
Constructors Constructor Description DatePriceParser()
-
Method Summary
-
Methods inherited from class org.ojalgo.netio.DetectingParser
addPotentialParser, parse
-
-