All Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
IMPL |
apply(java.util.function.Function<T,T> mapper) |
IMPL |
applyLeft(java.util.function.BiFunction<T,T,T> mapper,
T leftArg) |
IMPL |
applyRight(java.util.function.BiFunction<T,T,T> mapper,
T rightArg) |
T[] |
asArray() |
default T[] |
asArray(long from,
long to) |
IMPL |
copy() |
IMPL |
copyFrom(JVMBuffer.PrimitiveArrayWrapper<T,?> src,
long srcPos,
long destPos,
long length) |
T |
get(long index) |
long |
getLength() |
IMPL |
set(T value,
long index) |