Class DatePriceParser
- All Implemented Interfaces:
BasicParser<DatePrice>
,TextLineReader.Parser<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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.netio.DetectingParser
addPotentialParser, parse
-
Constructor Details
-
DatePriceParser
public DatePriceParser()
-