Package org.ojalgo.type.context
package org.ojalgo.type.context
-
ClassDescriptionThis
TypeContext
deals with the oldDate
.Abstract base class for TypeContext implementations backed by Format.Think of this as a MathContext that specifies both precision and scale.StringContextTemporalContext<T extends Temporal>An implementation ofTypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
.TypeContext<T>A type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar.