| Package | Description |
|---|---|
| org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
| org.apfloat.spi |
The apfloat Service Provider Interface (SPI).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleAdditionBuilder
Creates additions for the specified radix and the
double element type. |
class |
FloatAdditionBuilder
Creates additions for the specified radix and the
float element type. |
class |
IntAdditionBuilder
Creates additions for the specified radix and the
int element type. |
class |
LongAdditionBuilder
Creates additions for the specified radix and the
long element type. |
| Modifier and Type | Method and Description |
|---|---|
<T> AdditionBuilder<T> |
DoubleBuilderFactory.getAdditionBuilder(Class<T> elementType) |
<T> AdditionBuilder<T> |
LongBuilderFactory.getAdditionBuilder(Class<T> elementType) |
<T> AdditionBuilder<T> |
IntBuilderFactory.getAdditionBuilder(Class<T> elementType) |
<T> AdditionBuilder<T> |
FloatBuilderFactory.getAdditionBuilder(Class<T> elementType) |
| Modifier and Type | Method and Description |
|---|---|
<T> AdditionBuilder<T> |
BuilderFactory.getAdditionBuilder(Class<T> elementType)
Returns an
AdditionBuilder object. |
Copyright © 2025. All rights reserved.