| Package | Description |
|---|---|
| org.apfloat |
The apfloat Application Programming Interface (API).
|
| org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
| Modifier and Type | Method and Description |
|---|---|
BuilderFactory |
ApfloatContext.getBuilderFactory()
Get the BuilderFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApfloatContext.setBuilderFactory(BuilderFactory builderFactory)
Set the BuilderFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleBuilderFactory
Factory class for getting instances of the various builder classes needed
to build an
ApfloatImpl with the double data element type. |
class |
FloatBuilderFactory
Factory class for getting instances of the various builder classes needed
to build an
ApfloatImpl with the float data element type. |
class |
IntBuilderFactory
Factory class for getting instances of the various builder classes needed
to build an
ApfloatImpl with the int data element type. |
class |
LongBuilderFactory
Factory class for getting instances of the various builder classes needed
to build an
ApfloatImpl with the long data element type. |
Copyright © 2025. All rights reserved.