public class DoubleList extends Object implements Serializable
| Constructor and Description |
|---|
DoubleList() |
DoubleList(double[] initialValues) |
DoubleList(double[] initialValues,
int size) |
DoubleList(int capacity) |
DoubleList(int size,
double fillValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value) |
Object |
clone() |
DoubleList |
cloneDoubleList() |
double |
get(int index) |
void |
set(int index,
double value) |
public DoubleList()
public DoubleList(int capacity)
public DoubleList(int size,
double fillValue)
public DoubleList(double[] initialValues,
int size)
public DoubleList(double[] initialValues)
public DoubleList cloneDoubleList()
public void add(double value)
public double get(int index)
public void set(int index,
double value)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.