@Deprecated public static final class SimpleArray.Big extends SimpleArray<BigDecimal>
SimpleArray.Big, SimpleArray.Complex, SimpleArray.Primitive, SimpleArray.Rational
Access1D.Builder<I extends Access1D<?>>, Access1D.Elements, Access1D.Factory<I extends Access1D<?>>, Access1D.Fillable<N extends Number>, Access1D.Modifiable<N extends Number>, Access1D.Visitable<N extends Number>
Modifier and Type | Field and Description |
---|---|
BigDecimal[] |
data
Deprecated.
|
length
Modifier and Type | Method and Description |
---|---|
double |
doubleValue(long index)
Deprecated.
|
void |
fillAll(BigDecimal value)
Deprecated.
|
void |
fillRange(long first,
long limit,
BigDecimal value)
Deprecated.
|
BigDecimal |
get(long index)
Deprecated.
|
BigDecimal |
set(int index,
Number value)
Deprecated.
|
void |
set(long index,
double value)
Deprecated.
|
void |
set(long index,
Number value)
Deprecated.
|
count, iterator, makeBig, makeComplex, makePrimitive, makeRational, size, wrapBig, wrapComplex, wrapPrimitive, wrapRational
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final BigDecimal[] data
public double doubleValue(long index)
public void fillAll(BigDecimal value)
public void fillRange(long first, long limit, BigDecimal value)
public BigDecimal get(long index)
public BigDecimal set(int index, Number value)
public void set(long index, double value)
public void set(long index, Number value)