Uses of Interface
org.apfloat.spi.ApfloatBuilder
Packages that use ApfloatBuilder
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of ApfloatBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement ApfloatBuilderModifier and TypeClassDescriptionclass
Builder class for buildingApfloatImpl
implementations with thedouble
data element type.class
Builder class for buildingApfloatImpl
implementations with thefloat
data element type.class
Builder class for buildingApfloatImpl
implementations with theint
data element type.class
Builder class for buildingApfloatImpl
implementations with thelong
data element type.Methods in org.apfloat.internal that return ApfloatBuilderModifier and TypeMethodDescriptionDoubleBuilderFactory.getApfloatBuilder()
FloatBuilderFactory.getApfloatBuilder()
IntBuilderFactory.getApfloatBuilder()
LongBuilderFactory.getApfloatBuilder()
-
Uses of ApfloatBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return ApfloatBuilderModifier and TypeMethodDescriptionBuilderFactory.getApfloatBuilder()
Returns anApfloatBuilder
object.