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 BuilderFactory
ApfloatContext.builderFactory
private BuilderFactory
ApfloatContext.CleanupThread.builderFactory
Methods in org.apfloat that return BuilderFactoryMethods in org.apfloat with parameters of type BuilderFactoryModifier and TypeMethodDescriptionvoid
ApfloatContext.CleanupThread.setBuilderFactory
(BuilderFactory builderFactory) void
ApfloatContext.setBuilderFactory
(BuilderFactory builderFactory) Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.internal
Classes in org.apfloat.internal that implement BuilderFactoryModifier and TypeClassDescriptionclass
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thedouble
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thefloat
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with theint
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thelong
data element type. -
Uses of BuilderFactory in org.apfloat.samples
Fields in org.apfloat.samples with type parameters of type BuilderFactory