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

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

Uses of ByteCollection in org.joda.primitives.collection
 

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

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

Classes in org.joda.primitives.collection.impl that implement ByteCollection
 class AbstractByteCollection
          Abstract base class for collections of primitive byte elements.
 class ArrayByteCollection
          Array based implementation of ByteCollection for primitive byte elements.
 

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

Uses of ByteCollection in org.joda.primitives.list
 

Subinterfaces of ByteCollection in org.joda.primitives.list
 interface ByteList
          Defines a list of primitive byte values.
 

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

Classes in org.joda.primitives.list.impl that implement ByteCollection
 class AbstractByteList
          Abstract base class for lists of primitive byte elements.
 class ArrayByteList
          Array based implementation of ByteList for primitive int elements.
 class ImmutableArrayByteList
          Immutable array-based implementation of ByteList for primitive int elements.
 



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