public static interface AccessAnyD.Modifiable<N extends Number> extends AccessAnyD.Settable<N>, Access1D.Modifiable<N>
Modifier and Type | Method and Description |
---|---|
void |
modifyOne(long[] reference,
UnaryFunction<N> function) |
default void |
modifyRange(long first,
long limit,
UnaryFunction<N> function) |
add, add, add, add, set, set, set, set
count, count, shape, structure
modifyAll, modifyMatching, modifyMatching, modifyOne
void modifyOne(long[] reference, UnaryFunction<N> function)
default void modifyRange(long first, long limit, UnaryFunction<N> function)
modifyRange
in interface Access1D.Modifiable<N extends Number>