Uses of Interface
org.ojalgo.netio.DataInterpreter
Packages that use DataInterpreter
Package
Description
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 DataInterpreterModifier and TypeFieldDescriptionprivate final DataInterpreter<T> BatchNode.Builder.myInterpreterprivate final DataInterpreter<T> BatchNode.myInterpreterMethods in org.ojalgo.data.batch that return DataInterpreterModifier and TypeMethodDescription(package private) DataInterpreter<T> BatchNode.Builder.getInterpreter()Methods in org.ojalgo.data.batch with parameters of type DataInterpreterModifier and TypeMethodDescriptionstatic <T> BatchNode.Builder<T> BatchNode.newBuilder(File directory, DataInterpreter<T> interpreter) static <T> BatchNode<T> BatchNode.newInstance(File directory, DataInterpreter<T> interpreter) <T> BatchNode.Builder<T> BatchManager.newNodeBuilder(String nodeName, DataInterpreter<T> dataInterpreter) Constructors in org.ojalgo.data.batch with parameters of type DataInterpreterModifierConstructorDescription(package private)Builder(File directory, DataInterpreter<T> interpreter) -
Uses of DataInterpreter in org.ojalgo.netio
Fields in org.ojalgo.netio declared as DataInterpreterModifier and TypeFieldDescriptionstatic final DataInterpreter<byte[]> DataInterpreter.BYTESstatic final DataInterpreter<String> DataInterpreter.STRINGDeprecated.v56 Use one of the other alternativesstatic final DataInterpreter<String> DataInterpreter.STRING_BYTESstatic final DataInterpreter<String> DataInterpreter.STRING_CHARSstatic final DataInterpreter<String> DataInterpreter.STRING_UTFMethods in org.ojalgo.netio that return DataInterpreterModifier and TypeMethodDescriptionstatic <N extends 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 DataInterpreterModifier and TypeMethodDescriptionstatic <T> DataInterpreter<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>> DataInterpreter.newScoredDual(DataInterpreter<T> keyInterpreter)