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

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

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

Methods in org.joda.primitives.list.impl that return ImmutableArrayFloatList
static ImmutableArrayFloatList ImmutableArrayFloatList.copyOf(Collection<Float> coll)
          Creates a list copying the values from the specified collection.
static ImmutableArrayFloatList ImmutableArrayFloatList.copyOf(float[] values)
          Creates a list copying the specified array.
static ImmutableArrayFloatList ImmutableArrayFloatList.empty()
          Gets a list that is empty.
 



Copyright © 2005-2010 Joda.org. All Rights Reserved.