org.scijava.util.DoubleArray
in
org.scijava:scijava-common
.@Deprecated public class DoubleArray extends ArrayBase<double[],Double>
Modifier and Type | Field and Description |
---|---|
protected double[] |
baseArray
Deprecated.
|
actualSize, allocated, maximumGrowth, type
Constructor and Description |
---|
DoubleArray()
Deprecated.
|
DoubleArray(int size)
Deprecated.
|
DoubleArray(int size,
int growth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
add(double value)
Deprecated.
|
boolean |
contains(double value)
Deprecated.
|
double |
get(int index)
Deprecated.
|
protected double[] |
getArray()
Deprecated.
|
int |
insert(int index,
double value)
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
void |
set(int index,
double value)
Deprecated.
|
protected void |
setArray(double[] array)
Deprecated.
|
String |
toString()
Deprecated.
|
protected Double |
valueOf(int index)
Deprecated.
|
buildArray, clear, ensureCapacity, getAddIndex, iterator, makeInsertSpace, remove, setSize, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public DoubleArray(int size, int growth)
public DoubleArray(int size)
public DoubleArray()
protected double[] getArray()
protected void setArray(double[] array)
protected Double valueOf(int index)
public int add(double value)
public int insert(int index, double value)
public double get(int index)
public void set(int index, double value)
public boolean contains(double value)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.