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 BuilderFactory
ApfloatContext. builderFactory
private BuilderFactory
ApfloatContext.CleanupThread. builderFactory
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.CleanupThread. setBuilderFactory(BuilderFactory builderFactory)
void
ApfloatContext. 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 class
IntAparapiBuilderFactory
Builder factory for aparapi transform implementations for theint
element type.class
LongAparapiBuilderFactory
Builder factory for aparapi transform implementations for thelong
element type. -
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. -
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
-