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, setcount, count, shape, structuremodifyAll, modifyMatching, modifyMatching, modifyOnevoid modifyOne(long[] reference,
UnaryFunction<N> function)
default void modifyRange(long first,
long limit,
UnaryFunction<N> function)
modifyRange in interface Access1D.Modifiable<N extends Number>