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 |
DoubleCarryCRTBuilder
Creates carry-CRT related objects, for the
double type. |
class |
FloatCarryCRTBuilder
Creates carry-CRT related objects, for the
float type. |
class |
IntCarryCRTBuilder
Creates carry-CRT related objects, for the
int type. |
class |
LongCarryCRTBuilder
Creates carry-CRT related objects, for the
long type. |
Modifier and Type | Method and Description |
---|---|
<T> CarryCRTBuilder<T> |
IntBuilderFactory.getCarryCRTBuilder(Class<T> elementArrayType) |
<T> CarryCRTBuilder<T> |
LongBuilderFactory.getCarryCRTBuilder(Class<T> elementArrayType) |
<T> CarryCRTBuilder<T> |
DoubleBuilderFactory.getCarryCRTBuilder(Class<T> elementArrayType) |
<T> CarryCRTBuilder<T> |
FloatBuilderFactory.getCarryCRTBuilder(Class<T> elementArrayType) |
Modifier and Type | Method and Description |
---|---|
<T> CarryCRTBuilder<T> |
BuilderFactory.getCarryCRTBuilder(Class<T> elementArrayType)
Returns a
CarryCRTBuilder object. |
Copyright © 2019. All rights reserved.