Uses of Interface
org.ojalgo.netio.DataInterpreter
-
Packages that use DataInterpreter Package Description org.ojalgo.data.batch org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of DataInterpreter in org.ojalgo.data.batch
Fields in org.ojalgo.data.batch declared as DataInterpreter Modifier and Type Field Description private DataInterpreter<T>
BatchNode.Builder. myInterpreter
private DataInterpreter<T>
BatchNode. myInterpreter
Methods in org.ojalgo.data.batch that return DataInterpreter Modifier and Type Method Description (package private) DataInterpreter<T>
BatchNode.Builder. getInterpreter()
Methods in org.ojalgo.data.batch with parameters of type DataInterpreter Modifier and Type Method Description static <T> BatchNode.Builder<T>
BatchNode. newBuilder(java.io.File directory, DataInterpreter<T> interpreter)
static <T> BatchNode<T>
BatchNode. newInstance(java.io.File directory, DataInterpreter<T> interpreter)
<T> BatchNode.Builder<T>
BatchManager. newNodeBuilder(java.lang.String nodeName, DataInterpreter<T> dataInterpreter)
Constructors in org.ojalgo.data.batch with parameters of type DataInterpreter Constructor Description Builder(java.io.File directory, DataInterpreter<T> interpreter)
-
Uses of DataInterpreter in org.ojalgo.netio
Fields in org.ojalgo.netio declared as DataInterpreter Modifier and Type Field Description static DataInterpreter<byte[]>
DataInterpreter. BYTES
static DataInterpreter<java.lang.String>
DataInterpreter. STRING
Deprecated.v56 Use one of the other alternativesstatic DataInterpreter<java.lang.String>
DataInterpreter. STRING_BYTES
static DataInterpreter<java.lang.String>
DataInterpreter. STRING_CHARS
static DataInterpreter<java.lang.String>
DataInterpreter. STRING_UTF
Methods in org.ojalgo.netio that return DataInterpreter Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
DataInterpreter<ArrayAnyD<N>>DataInterpreter. newIDX(DenseArray.Factory<N> denseArray)
static <T> DataInterpreter<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
DataInterpreter. newScoredDual(DataInterpreter<T> keyInterpreter)
Methods in org.ojalgo.netio with parameters of type DataInterpreter Modifier and Type Method Description static <T> DataInterpreter<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
DataInterpreter. newScoredDual(DataInterpreter<T> keyInterpreter)
-