public interface PrimitiveNumberWrapper<T extends java.lang.Number,B extends JVMBuffer.PrimitiveArrayWrapper<T,B>> extends JVMBuffer.PrimitiveArrayWrapper<T,B>
| Modifier and Type | Method and Description |
|---|---|
double[] |
asDoubleArray() |
int[] |
asIntegerArray() |
B |
div(T that) |
B |
minus(T that) |
B |
plus(long index,
T that) |
B |
plus(T that) |
B |
pow(T that) |
T |
product() |
B |
reverseDiv(T that) |
B |
reverseMinus(T that) |
T |
sum() |
B |
times(long index,
T that) |
B |
times(T that) |