Uses of Interface
org.ojalgo.netio.TextLineWriter.Formatter
-
Packages that use TextLineWriter.Formatter Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of TextLineWriter.Formatter in org.ojalgo.netio
Subinterfaces of TextLineWriter.Formatter in org.ojalgo.netio Modifier and Type Interface Description interface
TextLineInterpreter<T>
Methods in org.ojalgo.netio with parameters of type TextLineWriter.Formatter Modifier and Type Method Description <T> ToFileWriter<T>
TextLineWriter. withFormatter(TextLineWriter.Formatter<T> formatter)
-