Uses of Interface
org.ojalgo.netio.TextLineReader.Parser
Packages that use TextLineReader.Parser
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of TextLineReader.Parser in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement TextLineReader.ParserModifier and TypeClassDescriptionclass
https://www.alphavantage.co/documentation/final class
Will switch between any/all known parsers producingDatePrice
subclasses.(package private) static final class
class
https://iextrading.com/developer/docs/#chartclass
Fields in org.ojalgo.data.domain.finance.series declared as TextLineReader.ParserModifier and TypeFieldDescriptionprivate final TextLineReader.Parser
<DP> FinanceDataReader.myParser
Methods in org.ojalgo.data.domain.finance.series with parameters of type TextLineReader.ParserModifier and TypeMethodDescriptiondefault <T> AutoSupplier
<T> DataFetcher.getReader
(TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(File file, TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(File file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(InMemoryFile file, TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(InMemoryFile file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) Constructors in org.ojalgo.data.domain.finance.series with parameters of type TextLineReader.ParserModifierConstructorDescription(package private)
FinanceDataReader
(File file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) (package private)
FinanceDataReader
(InMemoryFile file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) -
Uses of TextLineReader.Parser in org.ojalgo.netio
Subinterfaces of TextLineReader.Parser in org.ojalgo.netioModifier and TypeInterfaceDescriptioninterface
BasicParser<T>
A (CSV) parser interface.interface
Classes in org.ojalgo.netio that implement TextLineReader.ParserModifier and TypeClassDescriptionclass
Will detect which delegate parser to use.final class
final class
Fields in org.ojalgo.netio declared as TextLineReader.ParserModifier and TypeFieldDescriptionprivate final TextLineReader.Parser
<T> DetectingParser.myDefaultParser
private TextLineReader.Parser
<? extends T> DetectingParser.mySelectedParser
Fields in org.ojalgo.netio with type parameters of type TextLineReader.ParserMethods in org.ojalgo.netio with parameters of type TextLineReader.ParserModifier and TypeMethodDescriptionprotected void
DetectingParser.addPotentialParser
(Predicate<String> predicate, TextLineReader.Parser<? extends T> parser) <T> AutoSupplier
<T> TextLineReader.withFilteredParser
(Predicate<String> filter, TextLineReader.Parser<T> parser) The filter could for instance beTextLineReader.isLineOK(String)
<T> AutoSupplier
<T> TextLineReader.withFilteredParser
(TextLineReader.Parser<T> parser) The filter isTextLineReader.isLineOK(String)
<T> AutoSupplier
<T> TextLineReader.withParser
(TextLineReader.Parser<T> parser) Constructors in org.ojalgo.netio with parameters of type TextLineReader.Parser