Package org.ojalgo.type.context
-
Interface Summary Interface Description NumberContext.Enforceable<T> NumberContext.FormatPattern TypeContext<T> A type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar. -
Class Summary Class Description BinaryContext BooleanContext DateContext ThisTypeContext
deals with the oldDate
.FormatContext<T> Abstract base class for TypeContext implementations backed by Format.GenericContext<T> NumberContext Think of this as a MathContext that specifies both precision and scale.StringContext StringContextTemporalContext<T extends java.time.temporal.Temporal> An implementation ofTypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
.