Uses of Interface
org.apfloat.spi.BuilderFactory
Packages that use BuilderFactory
Package
Description
The apfloat Application Programming Interface (API).
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of BuilderFactory in org.apfloat
Methods in org.apfloat that return BuilderFactoryMethods in org.apfloat with parameters of type BuilderFactoryModifier and TypeMethodDescriptionvoidApfloatContext.setBuilderFactory(BuilderFactory builderFactory) Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement BuilderFactoryModifier and TypeClassDescriptionclassBuilder factory for aparapi transform implementations for theintelement type.classBuilder factory for aparapi transform implementations for thelongelement type. -
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.