Uses of Interface
org.joda.primitives.collection.BooleanCollection

Packages that use BooleanCollection
org.joda.primitives.collection   
org.joda.primitives.collection.impl   
org.joda.primitives.list   
org.joda.primitives.list.impl   
 

Uses of BooleanCollection in org.joda.primitives.collection
 

Methods in org.joda.primitives.collection with parameters of type BooleanCollection
 boolean BooleanCollection.addAll(BooleanCollection values)
          Adds a collection of primitive values to this collection (optional operation).
 boolean BooleanCollection.containsAll(BooleanCollection values)
          Checks if this collection contains all of the values in the specified collection.
 boolean BooleanCollection.containsAny(BooleanCollection coll)
          Checks if this collection contains any of the values in the specified collection.
 boolean BooleanCollection.removeAll(BooleanCollection values)
          Removes all occurrences from this collection of each primitive in the specified collection (optional operation).
 boolean BooleanCollection.retainAll(BooleanCollection values)
          Retains each element of this collection that is present in the specified collection removing all other values (optional operation).
 

Uses of BooleanCollection in org.joda.primitives.collection.impl
 

Classes in org.joda.primitives.collection.impl that implement BooleanCollection
 class AbstractBooleanCollection
          Abstract base class for collections of primitive boolean elements.
 class ArrayBooleanCollection
          Array based implementation of BooleanCollection for primitive boolean elements.
 

Methods in org.joda.primitives.collection.impl with parameters of type BooleanCollection
 boolean ArrayBooleanCollection.addAll(BooleanCollection values)
          Adds a collection of primitive values to this collection.
 boolean AbstractBooleanCollection.addAll(BooleanCollection values)
          Adds a collection of primitive values to this collection (optional operation).
 boolean AbstractBooleanCollection.containsAll(BooleanCollection values)
          Checks if this collection contains all of the values in the specified collection.
 boolean AbstractBooleanCollection.containsAny(BooleanCollection values)
          Checks if this collection contains any of the values in the specified collection.
 boolean AbstractBooleanCollection.removeAll(BooleanCollection values)
          Removes all occurrences from this collection of each primitive in the specified collection.
 boolean AbstractBooleanCollection.retainAll(BooleanCollection values)
          Retains each element of this collection that is present in the specified collection removing all other values.
 

Uses of BooleanCollection in org.joda.primitives.list
 

Subinterfaces of BooleanCollection in org.joda.primitives.list
 interface BooleanList
          Defines a list of primitive boolean values.
 

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

Classes in org.joda.primitives.list.impl that implement BooleanCollection
 class AbstractBooleanList
          Abstract base class for lists of primitive boolean elements.
 class ArrayBooleanList
          Array based implementation of BooleanList for primitive int elements.
 class ImmutableArrayBooleanList
          Immutable array-based implementation of BooleanList for primitive int elements.
 



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