Uses of Class
org.joda.primitives.list.impl.ImmutableArrayDoubleList

Packages that use ImmutableArrayDoubleList
org.joda.primitives.list.impl   
 

Uses of ImmutableArrayDoubleList in org.joda.primitives.list.impl
 

Methods in org.joda.primitives.list.impl that return ImmutableArrayDoubleList
static ImmutableArrayDoubleList ImmutableArrayDoubleList.copyOf(Collection<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-2010 Joda.org. All Rights Reserved.