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

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

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

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



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