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> PEnumeratedColumnsParser.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 classfinal classfinal classThisTypeContextdeals with the oldDate.classAbstract base class for TypeContext implementations backed by Format.final classfinal classThink of this as a MathContext that specifies both precision and scale.final classStringContextfinal classTemporalContext<T extends Temporal>An implementation ofTypeContextthat is implemented in terms ofDateTimeFormatterandTemporalAdjuster.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)