Fields
| Modifier and Type |
Field |
Description |
Computers.Arity1<Byte[],Byte[]> |
copyBoxedByteArray |
|
Computers.Arity1<Double[],Double[]> |
copyBoxedDoubleArray |
|
Computers.Arity1<Float[],Float[]> |
copyBoxedFloatArray |
|
Computers.Arity1<Integer[],Integer[]> |
copyBoxedIntegerArray |
|
Computers.Arity1<Long[],Long[]> |
copyBoxedLongArray |
|
Computers.Arity1<Short[],Short[]> |
copyBoxedShortArray |
|
Computers.Arity1<byte[],byte[]> |
copyByteArray |
|
Function<byte[],byte[]> |
copyByteArrayFunction |
|
Computers.Arity1<double[],double[]> |
copyDoubleArray |
|
Function<double[],double[]> |
copyDoubleArrayFunction |
|
Computers.Arity1<float[],float[]> |
copyFloatArray |
|
Function<float[],float[]> |
copyFloatArrayFunction |
|
Function<T[],T[]> |
copyGenericArrayFunction |
|
Computers.Arity1<int[],int[]> |
copyIntArray |
|
Function<int[],int[]> |
copyIntArrayFunction |
|
Computers.Arity1<List<T>,List<T>> |
copyList |
|
Function<List<T>,List<T>> |
copyListFunction |
|
Computers.Arity1<long[],long[]> |
copyLongArray |
|
Function<long[],long[]> |
copyLongArrayFunction |
|
Computers.Arity1<short[],short[]> |
copyShortArray |
|
Function<short[],short[]> |
copyShortArrayFunction |
|