@Deprecated public abstract class SimpleArray<N extends Number> extends Object implements Access1D<N>, Access1D.Fillable<N>
Access1D
interface
and is mutable. Further the user can assume that an ArrayAccessModifier and Type | Class and Description |
---|---|
static class |
SimpleArray.Big
Deprecated.
v36 Use BigArray instead
|
static class |
SimpleArray.Complex
Deprecated.
v36 Use ComplexArray instead
|
static class |
SimpleArray.Primitive
Deprecated.
v36 Use PrimitiveArray instead
|
static class |
SimpleArray.Rational
Deprecated.
v36 Use RationalArray instead
|
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 |
---|---|
int |
length
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
count()
Deprecated.
|
Iterator<N> |
iterator()
Deprecated.
|
static SimpleArray.Big |
makeBig(int aLength)
Deprecated.
|
static SimpleArray.Complex |
makeComplex(int aLength)
Deprecated.
|
static SimpleArray.Primitive |
makePrimitive(int aLength)
Deprecated.
|
static SimpleArray.Rational |
makeRational(int aLength)
Deprecated.
|
int |
size()
Deprecated.
|
static SimpleArray.Big |
wrapBig(BigDecimal[] theData)
Deprecated.
|
static SimpleArray.Complex |
wrapComplex(ComplexNumber[] theData)
Deprecated.
|
static SimpleArray.Primitive |
wrapPrimitive(double[] theData)
Deprecated.
|
static SimpleArray.Rational |
wrapRational(RationalNumber[] theData)
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doubleValue, get
forEach, spliterator
fillAll, fillRange, set, set
public static final SimpleArray.Big makeBig(int aLength)
public static final SimpleArray.Complex makeComplex(int aLength)
public static final SimpleArray.Primitive makePrimitive(int aLength)
public static final SimpleArray.Rational makeRational(int aLength)
public static final SimpleArray.Big wrapBig(BigDecimal[] theData)
public static final SimpleArray.Complex wrapComplex(ComplexNumber[] theData)
public static final SimpleArray.Primitive wrapPrimitive(double[] theData)
public static final SimpleArray.Rational wrapRational(RationalNumber[] theData)
public long count()
public int size()