Uses of Class
org.ojalgo.netio.LineTerminator
-
Packages that use LineTerminator Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of LineTerminator in org.ojalgo.netio
Methods in org.ojalgo.netio that return LineTerminator Modifier and Type Method Description static LineTerminator
LineTerminator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineTerminator[]
LineTerminator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-