Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives »

org.apache.commons.collections.primitives

Sub Packages:

org.apache.commons.collections.primitives.adapters   Collections of primitive values.  
org.apache.commons.collections.primitives.adapters.io   Adapters for converting between the primitive and object based versions of the collections framework.  
org.apache.commons.collections.primitives.decorators    

Interfaces:

ByteCollection   A collection of byte values.  code | html
ByteIterator   An iterator over byte values.  code | html
ByteList   An ordered collection of byte values.  code | html
ByteListIterator   A bi-directional iterator over byte values.  code | html
CharCollection   A collection of char values.  code | html
CharIterator   An iterator over char values.  code | html
CharList   An ordered collection of char values.  code | html
CharListIterator   A bi-directional iterator over char values.  code | html
DoubleCollection   A collection of double values.  code | html
DoubleIterator   An iterator over double values.  code | html
DoubleList   An ordered collection of double values.  code | html
DoubleListIterator   A bi-directional iterator over double values.  code | html
FloatCollection   A collection of float values.  code | html
FloatIterator   An iterator over float values.  code | html
FloatList   An ordered collection of float values.  code | html
FloatListIterator   A bi-directional iterator over float values.  code | html
IntCollection   A collection of int values.  code | html
IntIterator   An iterator over int values.  code | html
IntList   An ordered collection of int values.  code | html
IntListIterator   A bi-directional iterator over int values.  code | html
LongCollection   A collection of long values.  code | html
LongIterator   An iterator over long values.  code | html
LongList   An ordered collection of long values.  code | html
LongListIterator   A bi-directional iterator over long values.  code | html
ShortCollection   A collection of short values.  code | html
ShortIterator   An iterator over short values.  code | html
ShortList   An ordered collection of short values.  code | html
ShortListIterator   A bi-directional iterator over short values.  code | html

Abstract Classes:

AbstractByteCollection   Abstract base class for ByteCollection s.  code | html
AbstractCharCollection   Abstract base class for CharCollection s.  code | html
AbstractDoubleCollection   Abstract base class for DoubleCollection s.  code | html
AbstractFloatCollection   Abstract base class for FloatCollection s.  code | html
AbstractIntCollection   Abstract base class for IntCollection s.  code | html
AbstractLongCollection   Abstract base class for LongCollection s.  code | html
AbstractShortCollection   Abstract base class for ShortCollection s.  code | html
RandomAccessByteList   Abstract base class for ByteList s backed by random access structures like arrays.  code | html
RandomAccessCharList   Abstract base class for CharList s backed by random access structures like arrays.  code | html
RandomAccessDoubleList   Abstract base class for DoubleList s backed by random access structures like arrays.  code | html
RandomAccessFloatList   Abstract base class for FloatList s backed by random access structures like arrays.  code | html
RandomAccessIntList   Abstract base class for IntList s backed by random access structures like arrays.  code | html
RandomAccessLongList   Abstract base class for LongList s backed by random access structures like arrays.  code | html
RandomAccessShortList   Abstract base class for ShortList s backed by random access structures like arrays.  code | html
TestByteIterator     code | html
TestByteList     code | html
TestByteListIterator     code | html
TestCharIterator     code | html
TestCharList     code | html
TestCharListIterator     code | html
TestDoubleIterator     code | html
TestDoubleList     code | html
TestDoubleListIterator     code | html
TestFloatIterator     code | html
TestFloatList     code | html
TestFloatListIterator     code | html
TestIntIterator     code | html
TestIntList     code | html
TestIntListIterator     code | html
TestLongIterator     code | html
TestLongList     code | html
TestLongListIterator     code | html
TestShortIterator     code | html
TestShortList     code | html
TestShortListIterator     code | html

Classes:

ArrayByteList   An ByteList backed by an array of bytes.  code | html
ArrayCharList   An CharList backed by an array of chars.  code | html
ArrayDoubleList   An DoubleList backed by an array of doubles.  code | html
ArrayFloatList   An FloatList backed by an array of floats.  code | html
ArrayIntList   An IntList backed by an array of ints.  code | html
ArrayLongList   An LongList backed by an array of longs.  code | html
ArrayShortList   An ShortList backed by an array of shorts.  code | html
ArrayUnsignedByteList   A ShortList backed by an array of unsigned byte values.  code | html
ArrayUnsignedIntList   An IntList backed by an array of unsigned int values.  code | html
ArrayUnsignedShortList   An IntList backed by an array of unsigned short values.  code | html
ByteCollections   This class consists exclusively of static methods that operate on or return ByteCollections.  code | html
CharCollections   This class consists exclusively of static methods that operate on or return CharCollections.  code | html
DoubleCollections   This class consists exclusively of static methods that operate on or return DoubleCollections.  code | html
FloatCollections   This class consists exclusively of static methods that operate on or return FloatCollections.  code | html
IntCollections   This class consists exclusively of static methods that operate on or return IntCollections.  code | html
LongCollections   This class consists exclusively of static methods that operate on or return LongCollections.  code | html
RandomAccessByteList.ComodChecker     code | html
RandomAccessByteList.RandomAccessByteListIterator     code | html
RandomAccessByteList.RandomAccessByteSubList     code | html
RandomAccessCharList.ComodChecker     code | html
RandomAccessCharList.RandomAccessCharListIterator     code | html
RandomAccessCharList.RandomAccessCharSubList     code | html
RandomAccessDoubleList.ComodChecker     code | html
RandomAccessDoubleList.RandomAccessDoubleListIterator     code | html
RandomAccessDoubleList.RandomAccessDoubleSubList     code | html
RandomAccessFloatList.ComodChecker     code | html
RandomAccessFloatList.RandomAccessFloatListIterator     code | html
RandomAccessFloatList.RandomAccessFloatSubList     code | html
RandomAccessIntList.ComodChecker     code | html
RandomAccessIntList.RandomAccessIntListIterator     code | html
RandomAccessIntList.RandomAccessIntSubList     code | html
RandomAccessLongList.ComodChecker     code | html
RandomAccessLongList.RandomAccessLongListIterator     code | html
RandomAccessLongList.RandomAccessLongSubList     code | html
RandomAccessShortList.ComodChecker     code | html
RandomAccessShortList.RandomAccessShortListIterator     code | html
RandomAccessShortList.RandomAccessShortSubList     code | html
ShortCollections   This class consists exclusively of static methods that operate on or return ShortCollections.  code | html
TestAbstractByteCollection.ByteCollectionImpl     code | html
TestAbstractCharCollection.CharCollectionImpl     code | html
TestAbstractDoubleCollection.DoubleCollectionImpl     code | html
TestAbstractFloatCollection.FloatCollectionImpl     code | html
TestAbstractIntCollection.IntCollectionImpl     code | html
TestAbstractLongCollection.LongCollectionImpl     code | html
TestAbstractShortCollection.ShortCollectionImpl     code | html
TestArrayByteList     code | html
TestArrayCharList     code | html
TestArrayDoubleList     code | html
TestArrayFloatList     code | html
TestArrayIntList     code | html
TestArrayLongList     code | html
TestArrayShortList     code | html
TestArrayUnsignedByteList     code | html
TestArrayUnsignedIntList     code | html
TestArrayUnsignedShortList     code | html
TestRandomAccessByteList.AbstractRandomAccessByteListImpl     code | html
TestRandomAccessCharList.AbstractRandomAccessCharListImpl     code | html
TestRandomAccessDoubleList.AbstractRandomAccessDoubleListImpl     code | html
TestRandomAccessFloatList.AbstractRandomAccessFloatListImpl     code | html
TestRandomAccessIntList.AbstractRandomAccessIntListImpl     code | html
TestRandomAccessLongList.AbstractRandomAccessLongListImpl     code | html
TestRandomAccessShortList.AbstractRandomAccessShortListImpl     code | html

All Test Cases:

TestByteIterator     code | html
TestByteListIterator     code | html
TestCharIterator     code | html
TestCharListIterator     code | html
TestDoubleIterator     code | html
TestDoubleListIterator     code | html
TestFloatIterator     code | html
TestFloatListIterator     code | html
TestIntIterator     code | html
TestIntListIterator     code | html
TestLongIterator     code | html
TestLongListIterator     code | html
TestShortIterator     code | html
TestShortListIterator     code | html
AllTestSuite   Test all the packages.  code | html
PackageTestSuite   Test this package.  code | html
TestAbstractByteCollection     code | html
TestAbstractCharCollection     code | html
TestAbstractDoubleCollection     code | html
TestAbstractFloatCollection     code | html
TestAbstractIntCollection     code | html
TestAbstractLongCollection     code | html
TestAbstractShortCollection     code | html
TestByteCollections     code | html
TestCharCollections     code | html
TestDoubleCollections     code | html
TestFloatCollections     code | html
TestIntCollections     code | html
TestLongCollections     code | html
TestRandomAccessByteList     code | html
TestRandomAccessCharList     code | html
TestRandomAccessDoubleList     code | html
TestRandomAccessFloatList     code | html
TestRandomAccessIntList     code | html
TestRandomAccessLongList     code | html
TestRandomAccessShortList     code | html
TestShortCollections     code | html