| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleArrayList |
DoubleArrayList.clone() |
static DoubleArrayList |
DoubleArrayList.wrap(double[] a)
Wraps a given array into an array list.
|
static DoubleArrayList |
DoubleArrayList.wrap(double[] a,
int length)
Wraps a given array into an array list of given size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DoubleArrayList.compareTo(DoubleArrayList l)
Compares this array list to another array list.
|
boolean |
DoubleArrayList.equals(DoubleArrayList l)
Compares this type-specific array list to another one.
|
Copyright © 2020. All rights reserved.