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

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

Uses of LongCollection in org.joda.primitives.collection
 

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

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

Classes in org.joda.primitives.collection.impl that implement LongCollection
 class AbstractLongCollection
          Abstract base class for collections of primitive long elements.
 class ArrayLongCollection
          Array based implementation of LongCollection for primitive long elements.
 

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

Uses of LongCollection in org.joda.primitives.list
 

Subinterfaces of LongCollection in org.joda.primitives.list
 interface LongList
          Defines a list of primitive long values.
 

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

Classes in org.joda.primitives.list.impl that implement LongCollection
 class AbstractLongList
          Abstract base class for lists of primitive long elements.
 class ArrayLongList
          Array based implementation of LongList for primitive int elements.
 class ImmutableArrayLongList
          Immutable array-based implementation of LongList for primitive int elements.
 



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