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

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

Uses of DoubleCollection in org.joda.primitives.collection
 

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

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

Classes in org.joda.primitives.collection.impl that implement DoubleCollection
 class AbstractDoubleCollection
          Abstract base class for collections of primitive double elements.
 class ArrayDoubleCollection
          Array based implementation of DoubleCollection for primitive double elements.
 

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

Uses of DoubleCollection in org.joda.primitives.list
 

Subinterfaces of DoubleCollection in org.joda.primitives.list
 interface DoubleList
          Defines a list of primitive double values.
 

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

Classes in org.joda.primitives.list.impl that implement DoubleCollection
 class AbstractDoubleList
          Abstract base class for lists of primitive double elements.
 class ArrayDoubleList
          Array based implementation of DoubleList for primitive int elements.
 class ImmutableArrayDoubleList
          Immutable array-based implementation of DoubleList for primitive int elements.
 



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