Uses of Interface
org.ojalgo.type.context.TypeContext
-
Packages that use TypeContext Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.type org.ojalgo.type.context -
-
Uses of TypeContext in org.ojalgo.netio
Methods in org.ojalgo.netio with parameters of type TypeContext Modifier and Type Method Description <P> P
EnumeratedColumnsParser.LineView. get(java.lang.Enum<?> column, TypeContext<P> typeContext)
-
Uses of TypeContext in org.ojalgo.type
Methods in org.ojalgo.type that return TypeContext Modifier and Type Method Description TypeContext<java.lang.Comparable<?>>
StandardType. getAmount()
TypeContext<java.lang.Boolean>
StandardType. getBoolean()
TypeContext<java.util.Date>
StandardType. getDate()
TypeContext<java.lang.Comparable<?>>
StandardType. getDecimal032()
TypeContext<java.lang.Comparable<?>>
StandardType. getDecimal064()
TypeContext<java.lang.Comparable<?>>
StandardType. getDecimal128()
TypeContext<java.lang.Comparable<?>>
StandardType. getMath032()
TypeContext<java.lang.Comparable<?>>
StandardType. getMath064()
TypeContext<java.lang.Comparable<?>>
StandardType. getMath128()
TypeContext<java.util.Date>
StandardType. getMoment()
TypeContext<java.lang.Comparable<?>>
StandardType. getMoney()
TypeContext<java.lang.Comparable<?>>
StandardType. getParameter()
TypeContext<java.lang.Comparable<?>>
StandardType. getPercent()
TypeContext<java.lang.Comparable<?>>
StandardType. getPrice()
TypeContext<java.lang.Comparable<?>>
StandardType. getQuantity()
TypeContext<java.lang.String>
StandardType. getString1()
TypeContext<java.lang.String>
StandardType. getString3()
TypeContext<java.lang.String>
StandardType. getString9()
TypeContext<java.lang.String>
StandardType. getStringM()
TypeContext<java.lang.String>
StandardType. getText()
TypeContext<java.util.Date>
StandardType. getTime()
TypeContext<java.util.Date>
StandardType. getTimestamp()
-
Uses of TypeContext in org.ojalgo.type.context
Classes in org.ojalgo.type.context that implement TypeContext Modifier and Type Class Description class
BinaryContext
class
BooleanContext
class
DateContext
ThisTypeContext
deals with the oldDate
.class
FormatContext<T>
Abstract base class for TypeContext implementations backed by Format.class
GenericContext<T>
class
NumberContext
Think of this as a MathContext that specifies both precision and scale.class
StringContext
StringContextclass
TemporalContext<T extends java.time.temporal.Temporal>
An implementation ofTypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
.Fields in org.ojalgo.type.context declared as TypeContext Modifier and Type Field Description private TypeContext<T>
GenericContext. myDelegate
Methods in org.ojalgo.type.context that return TypeContext Modifier and Type Method Description TypeContext<java.util.Date>
DateContext. withFormat(DatePart part, DateStyle style, java.util.Locale locale)
<G> TypeContext<G>
FormatContext. withFormat(java.text.Format format)
Constructors in org.ojalgo.type.context with parameters of type TypeContext Constructor Description GenericContext(TypeContext<?> delegate, java.text.Format format)
-