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 |
DoubleApfloatBuilder
Builder class for building
ApfloatImpl implementations with the
double data element type. |
class |
FloatApfloatBuilder
Builder class for building
ApfloatImpl implementations with the
float data element type. |
class |
IntApfloatBuilder
Builder class for building
ApfloatImpl implementations with the
int data element type. |
class |
LongApfloatBuilder
Builder class for building
ApfloatImpl implementations with the
long data element type. |
Modifier and Type | Method and Description |
---|---|
ApfloatBuilder |
IntBuilderFactory.getApfloatBuilder() |
ApfloatBuilder |
LongBuilderFactory.getApfloatBuilder() |
ApfloatBuilder |
DoubleBuilderFactory.getApfloatBuilder() |
ApfloatBuilder |
FloatBuilderFactory.getApfloatBuilder() |
Modifier and Type | Method and Description |
---|---|
ApfloatBuilder |
BuilderFactory.getApfloatBuilder()
Returns an
ApfloatBuilder object. |
Copyright © 2019. All rights reserved.