Uses of Package
org.apache.commons.collections.primitives

Packages that use org.apache.commons.collections.primitives
org.apache.commons.collections.primitives Collections of primitive values. 
org.apache.commons.collections.primitives.adapters Adapters for converting between the primitive and object based versions of the collections framework. 
org.apache.commons.collections.primitives.adapters.io Adapters for converting between primitive collections and Java I/O classes. 
org.apache.commons.collections.primitives.decorators Decorators of primitive collections. 
 

Classes in org.apache.commons.collections.primitives used by org.apache.commons.collections.primitives
AbstractBooleanCollection
          Abstract base class for BooleanCollections.
AbstractByteCollection
          Abstract base class for ByteCollections.
AbstractCharCollection
          Abstract base class for CharCollections.
AbstractDoubleCollection
          Abstract base class for DoubleCollections.
AbstractFloatCollection
          Abstract base class for FloatCollections.
AbstractIntCollection
          Abstract base class for IntCollections.
AbstractLongCollection
          Abstract base class for LongCollections.
AbstractShortCollection
          Abstract base class for ShortCollections.
BooleanCollection
          A collection of boolean values.
BooleanIterator
          An iterator over boolean values.
BooleanList
          An ordered collection of byte values.
BooleanListIterator
          A bi-directional iterator over boolean values.
ByteCollection
          A collection of byte values.
ByteIterator
          An iterator over byte values.
ByteList
          An ordered collection of byte values.
ByteListIterator
          A bi-directional iterator over byte values.
CharCollection
          A collection of char values.
CharIterator
          An iterator over char values.
CharList
          An ordered collection of char values.
CharListIterator
          A bi-directional iterator over char values.
DoubleCollection
          A collection of double values.
DoubleIterator
          An iterator over double values.
DoubleList
          An ordered collection of double values.
DoubleListIterator
          A bi-directional iterator over double values.
FloatCollection
          A collection of float values.
FloatIterator
          An iterator over float values.
FloatList
          An ordered collection of float values.
FloatListIterator
          A bi-directional iterator over float values.
IntCollection
          A collection of int values.
IntIterator
          An iterator over int values.
IntList
          An ordered collection of int values.
IntListIterator
          A bi-directional iterator over int values.
LongCollection
          A collection of long values.
LongIterator
          An iterator over long values.
LongList
          An ordered collection of long values.
LongListIterator
          A bi-directional iterator over long values.
RandomAccessBooleanList
          Abstract base class for BooleanLists backed by random access structures like arrays.
RandomAccessByteList
          Abstract base class for ByteLists backed by random access structures like arrays.
RandomAccessCharList
          Abstract base class for CharLists backed by random access structures like arrays.
RandomAccessDoubleList
          Abstract base class for DoubleLists backed by random access structures like arrays.
RandomAccessFloatList
          Abstract base class for FloatLists backed by random access structures like arrays.
RandomAccessIntList
          Abstract base class for IntLists backed by random access structures like arrays.
RandomAccessLongList
          Abstract base class for LongLists backed by random access structures like arrays.
RandomAccessShortList
          Abstract base class for ShortLists backed by random access structures like arrays.
ShortCollection
          A collection of short values.
ShortIterator
          An iterator over short values.
ShortList
          An ordered collection of short values.
ShortListIterator
          A bi-directional iterator over short values.
 

Classes in org.apache.commons.collections.primitives used by org.apache.commons.collections.primitives.adapters
BooleanCollection
          A collection of boolean values.
BooleanIterator
          An iterator over boolean values.
BooleanList
          An ordered collection of byte values.
BooleanListIterator
          A bi-directional iterator over boolean values.
ByteCollection
          A collection of byte values.
ByteIterator
          An iterator over byte values.
ByteList
          An ordered collection of byte values.
ByteListIterator
          A bi-directional iterator over byte values.
CharCollection
          A collection of char values.
CharIterator
          An iterator over char values.
CharList
          An ordered collection of char values.
CharListIterator
          A bi-directional iterator over char values.
DoubleCollection
          A collection of double values.
DoubleIterator
          An iterator over double values.
DoubleList
          An ordered collection of double values.
DoubleListIterator
          A bi-directional iterator over double values.
FloatCollection
          A collection of float values.
FloatIterator
          An iterator over float values.
FloatList
          An ordered collection of float values.
FloatListIterator
          A bi-directional iterator over float values.
IntCollection
          A collection of int values.
IntIterator
          An iterator over int values.
IntList
          An ordered collection of int values.
IntListIterator
          A bi-directional iterator over int values.
LongCollection
          A collection of long values.
LongIterator
          An iterator over long values.
LongList
          An ordered collection of long values.
LongListIterator
          A bi-directional iterator over long values.
ShortCollection
          A collection of short values.
ShortIterator
          An iterator over short values.
ShortList
          An ordered collection of short values.
ShortListIterator
          A bi-directional iterator over short values.
 

Classes in org.apache.commons.collections.primitives used by org.apache.commons.collections.primitives.adapters.io
ByteIterator
          An iterator over byte values.
CharIterator
          An iterator over char values.
 

Classes in org.apache.commons.collections.primitives used by org.apache.commons.collections.primitives.decorators
ByteCollection
          A collection of byte values.
ByteIterator
          An iterator over byte values.
ByteList
          An ordered collection of byte values.
ByteListIterator
          A bi-directional iterator over byte values.
CharCollection
          A collection of char values.
CharIterator
          An iterator over char values.
CharList
          An ordered collection of char values.
CharListIterator
          A bi-directional iterator over char values.
DoubleCollection
          A collection of double values.
DoubleIterator
          An iterator over double values.
DoubleList
          An ordered collection of double values.
DoubleListIterator
          A bi-directional iterator over double values.
FloatCollection
          A collection of float values.
FloatIterator
          An iterator over float values.
FloatList
          An ordered collection of float values.
FloatListIterator
          A bi-directional iterator over float values.
IntCollection
          A collection of int values.
IntIterator
          An iterator over int values.
IntList
          An ordered collection of int values.
IntListIterator
          A bi-directional iterator over int values.
LongCollection
          A collection of long values.
LongIterator
          An iterator over long values.
LongList
          An ordered collection of long values.
LongListIterator
          A bi-directional iterator over long values.
ShortCollection
          A collection of short values.
ShortIterator
          An iterator over short values.
ShortList
          An ordered collection of short values.
ShortListIterator
          A bi-directional iterator over short values.
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.