Uses of Interface
org.apfloat.spi.BuilderFactory
-
Packages that use BuilderFactory Package Description org.apfloat The apfloat Application Programming Interface (API).org.apfloat.aparapi Transforms for using a GPU via the aparapi library.org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.samples Sample applications demonstrating apfloat use. -
-
Uses of BuilderFactory in org.apfloat
Fields in org.apfloat declared as BuilderFactory Modifier and Type Field Description private BuilderFactoryApfloatContext. builderFactoryprivate BuilderFactoryApfloatContext.CleanupThread. builderFactoryMethods in org.apfloat that return BuilderFactory Modifier and Type Method Description BuilderFactoryApfloatContext. getBuilderFactory()Get the BuilderFactory.Methods in org.apfloat with parameters of type BuilderFactory Modifier and Type Method Description voidApfloatContext.CleanupThread. setBuilderFactory(BuilderFactory builderFactory)voidApfloatContext. setBuilderFactory(BuilderFactory builderFactory)Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement BuilderFactory Modifier and Type Class Description classIntAparapiBuilderFactoryBuilder factory for aparapi transform implementations for theintelement type.classLongAparapiBuilderFactoryBuilder factory for aparapi transform implementations for thelongelement type. -
Uses of BuilderFactory in org.apfloat.internal
Classes in org.apfloat.internal that implement BuilderFactory Modifier and Type Class Description classDoubleBuilderFactoryFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thedoubledata element type.classFloatBuilderFactoryFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thefloatdata element type.classIntBuilderFactoryFactory class for getting instances of the various builder classes needed to build anApfloatImplwith theintdata element type.classLongBuilderFactoryFactory class for getting instances of the various builder classes needed to build anApfloatImplwith thelongdata element type. -
Uses of BuilderFactory in org.apfloat.samples
Fields in org.apfloat.samples with type parameters of type BuilderFactory Modifier and Type Field Description private java.util.List<BuilderFactory>PiAWT. builderFactories
-