public interface Mutate1D extends Structure1D
Modifier and Type | Interface and Description |
---|---|
static interface |
Mutate1D.BiModifiable<N extends Number> |
static interface |
Mutate1D.Fillable<N extends Number>
Fills the target
|
static interface |
Mutate1D.Mixable<N extends Number>
Mix/combine the previously existing value, at index, with the supplied addend.
|
static interface |
Mutate1D.Modifiable<N extends Number> |
static interface |
Mutate1D.Receiver<N extends Number>
Anything/everything that does not require interaction with already existing elements.
|
static interface |
Mutate1D.Sortable |
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
Modifier and Type | Method and Description |
---|---|
void |
add(long index,
double addend) |
void |
add(long index,
Number addend) |
default void |
reset()
Reset this mutable structure to some standard (all zeros) initial state.
|
void |
set(long index,
double value) |
void |
set(long index,
Number value) |
count, loopAll, loopMatching, loopRange, mapper
void add(long index, double addend)
void add(long index, Number addend)
default void reset()
void set(long index, double value)
void set(long index, Number value)
Copyright © 2018 Optimatika. All rights reserved.