Uses of Interface
org.ojalgo.type.context.TypeContext
Packages that use TypeContext
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of TypeContext in org.ojalgo.netio
Methods in org.ojalgo.netio with parameters of type TypeContextModifier and TypeMethodDescriptionfinal <P> P
EnumeratedColumnsParser.LineView.get
(Enum<?> column, TypeContext<P> typeContext) -
Uses of TypeContext in org.ojalgo.type
Methods in org.ojalgo.type that return TypeContextModifier and TypeMethodDescriptionStandardType.getAmount()
StandardType.getBoolean()
StandardType.getDate()
StandardType.getDecimal032()
StandardType.getDecimal064()
StandardType.getDecimal128()
StandardType.getMath032()
StandardType.getMath064()
StandardType.getMath128()
StandardType.getMoment()
StandardType.getMoney()
StandardType.getParameter()
StandardType.getPercent()
StandardType.getPrice()
StandardType.getQuantity()
StandardType.getString1()
StandardType.getString3()
StandardType.getString9()
StandardType.getStringM()
StandardType.getText()
StandardType.getTime()
StandardType.getTimestamp()
-
Uses of TypeContext in org.ojalgo.type.context
Classes in org.ojalgo.type.context that implement TypeContextModifier and TypeClassDescriptionfinal class
final class
final class
ThisTypeContext
deals with the oldDate
.class
Abstract base class for TypeContext implementations backed by Format.final class
final class
Think of this as a MathContext that specifies both precision and scale.final class
StringContextfinal class
TemporalContext<T extends Temporal>
An implementation ofTypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
.Fields in org.ojalgo.type.context declared as TypeContextMethods in org.ojalgo.type.context that return TypeContextModifier and TypeMethodDescriptionDateContext.withFormat
(DatePart part, DateStyle style, Locale locale) final <G> TypeContext
<G> FormatContext.withFormat
(Format format) Constructors in org.ojalgo.type.context with parameters of type TypeContextModifierConstructorDescription(package private)
GenericContext
(TypeContext<?> delegate, Format format)