Uses of Interface
org.apfloat.spi.BuilderFactory
Packages that use BuilderFactory
Package
Description
The apfloat Application Programming Interface (API).
Default implementations of the apfloat Service Provider Interface (SPI).
Sample applications demonstrating apfloat use.
-
Uses of BuilderFactory in org.apfloat
Fields in org.apfloat declared as BuilderFactoryModifier and TypeFieldDescriptionprivate BuilderFactoryApfloatContext.builderFactoryprivate BuilderFactoryApfloatContext.CleanupThread.builderFactoryMethods in org.apfloat that return BuilderFactoryMethods in org.apfloat with parameters of type BuilderFactoryModifier and TypeMethodDescriptionvoidApfloatContext.CleanupThread.setBuilderFactory(BuilderFactory builderFactory) voidApfloatContext.setBuilderFactory(BuilderFactory builderFactory) Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.internal
Classes in org.apfloat.internal that implement BuilderFactoryModifier and TypeClassDescriptionclassFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thedoubledata element type.classFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thefloatdata element type.classFactory class for getting instances of the various builder classes needed to build anApfloatImplwith theintdata element type.classFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thelongdata element type. -
Uses of BuilderFactory in org.apfloat.samples
Fields in org.apfloat.samples with type parameters of type BuilderFactory