public static interface Access2D.Fillable<N extends Number> extends Access2D.Settable<N>, Access1D.Fillable<N>
Modifier and Type | Method and Description |
---|---|
default void |
fillColumn(long row,
long column,
Access1D<N> values) |
void |
fillColumn(long row,
long column,
N value) |
void |
fillColumn(long row,
long column,
NullaryFunction<N> supplier) |
default void |
fillDiagonal(long row,
long column,
Access1D<N> values) |
void |
fillDiagonal(long row,
long column,
N value) |
void |
fillDiagonal(long row,
long column,
NullaryFunction<N> supplier) |
void |
fillOne(long row,
long column,
N value) |
void |
fillOne(long row,
long column,
NullaryFunction<N> supplier) |
default void |
fillOne(long index,
N value) |
default void |
fillOne(long index,
NullaryFunction<N> supplier) |
default void |
fillOneMatching(long index,
Access1D<?> values,
long valueIndex) |
void |
fillOneMatching(long row,
long column,
Access1D<?> values,
long valueIndex) |
default void |
fillRange(long first,
long limit,
N value) |
default void |
fillRange(long first,
long limit,
NullaryFunction<N> supplier) |
default void |
fillRow(long row,
long column,
Access1D<N> values) |
void |
fillRow(long row,
long column,
N value) |
void |
fillRow(long row,
long column,
NullaryFunction<N> supplier) |
add, add, add, add, set, set, set, set
count, countColumns, countRows
fillAll, fillAll, fillMatching, fillMatching, fillMatching
void fillColumn(long row, long column, N value)
void fillColumn(long row, long column, NullaryFunction<N> supplier)
void fillDiagonal(long row, long column, N value)
void fillDiagonal(long row, long column, NullaryFunction<N> supplier)
void fillOne(long row, long column, N value)
void fillOne(long row, long column, NullaryFunction<N> supplier)
default void fillOne(long index, N value)
fillOne
in interface Access1D.Fillable<N extends Number>
default void fillOne(long index, NullaryFunction<N> supplier)
fillOne
in interface Access1D.Fillable<N extends Number>
default void fillOneMatching(long index, Access1D<?> values, long valueIndex)
fillOneMatching
in interface Access1D.Fillable<N extends Number>
void fillOneMatching(long row, long column, Access1D<?> values, long valueIndex)
default void fillRange(long first, long limit, N value)
fillRange
in interface Access1D.Fillable<N extends Number>
default void fillRange(long first, long limit, NullaryFunction<N> supplier)
fillRange
in interface Access1D.Fillable<N extends Number>
void fillRow(long row, long column, N value)
void fillRow(long row, long column, NullaryFunction<N> supplier)