Package | Description |
---|---|
org.joda.primitives.list.impl |
Modifier and Type | Method and Description |
---|---|
static ImmutableArrayDoubleList |
ImmutableArrayDoubleList.copyOf(java.util.Collection<java.lang.Double> coll)
Creates a list copying the values from the specified collection.
|
static ImmutableArrayDoubleList |
ImmutableArrayDoubleList.copyOf(double[] values)
Creates a list copying the specified array.
|
static ImmutableArrayDoubleList |
ImmutableArrayDoubleList.empty()
Gets a list that is empty.
|
Copyright © 2005–2018 Joda.org. All rights reserved.