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 |
AbstractDataStorageBuilder
Abstract base class for a data storage creation strategy.
|
class |
DoubleDataStorageBuilder
Default data storage creation strategy for the
double data type. |
class |
FloatDataStorageBuilder
Default data storage creation strategy for the
float data type. |
class |
IntDataStorageBuilder
Default data storage creation strategy for the
int data type. |
class |
LongDataStorageBuilder
Default data storage creation strategy for the
long data type. |
Modifier and Type | Method and Description |
---|---|
DataStorageBuilder |
FloatBuilderFactory.getDataStorageBuilder() |
DataStorageBuilder |
IntBuilderFactory.getDataStorageBuilder() |
DataStorageBuilder |
DoubleBuilderFactory.getDataStorageBuilder() |
DataStorageBuilder |
LongBuilderFactory.getDataStorageBuilder() |
Modifier and Type | Method and Description |
---|---|
DataStorageBuilder |
BuilderFactory.getDataStorageBuilder()
Returns a
DataStorageBuilder object. |
Copyright © 2018. All rights reserved.