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 TypeClassDescriptionclassBuilder class for buildingApfloatImplimplementations with thedoubledata element type.classBuilder class for buildingApfloatImplimplementations with thefloatdata element type.classBuilder class for buildingApfloatImplimplementations with theintdata element type.classBuilder class for buildingApfloatImplimplementations with thelongdata 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 anApfloatBuilderobject.