Uses of Interface
org.apfloat.spi.BuilderFactory
-
Packages that use BuilderFactory Package Description org.apfloat The apfloat Application Programming Interface (API).org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of BuilderFactory in org.apfloat
Methods in org.apfloat that return BuilderFactory Modifier and Type Method Description BuilderFactory
ApfloatContext. getBuilderFactory()
Get the BuilderFactory.Methods in org.apfloat with parameters of type BuilderFactory Modifier and Type Method Description void
ApfloatContext. setBuilderFactory(BuilderFactory builderFactory)
Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.internal
Classes in org.apfloat.internal that implement BuilderFactory Modifier and Type Class Description class
DoubleBuilderFactory
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thedouble
data element type.class
FloatBuilderFactory
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thefloat
data element type.class
IntBuilderFactory
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with theint
data element type.class
LongBuilderFactory
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thelong
data element type.
-