Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.collections.primitives

Interface Summary
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.
 

Class Summary
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.
AllTestSuite Test all the packages.
ArrayByteList An ByteList backed by an array of bytes.
ArrayCharList An CharList backed by an array of chars.
ArrayDoubleList An DoubleList backed by an array of doubles.
ArrayFloatList An FloatList backed by an array of floats.
ArrayIntList An IntList backed by an array of ints.
ArrayLongList An LongList backed by an array of longs.
ArrayShortList An ShortList backed by an array of shorts.
ArrayUnsignedByteList A ShortList backed by an array of unsigned byte values.
ArrayUnsignedIntList An IntList backed by an array of unsigned int values.
ArrayUnsignedShortList An IntList backed by an array of unsigned short values.
ByteCollections This class consists exclusively of static methods that operate on or return ByteCollections.
CharCollections This class consists exclusively of static methods that operate on or return CharCollections.
DoubleCollections This class consists exclusively of static methods that operate on or return DoubleCollections.
FloatCollections This class consists exclusively of static methods that operate on or return FloatCollections.
IntCollections This class consists exclusively of static methods that operate on or return IntCollections.
LongCollections This class consists exclusively of static methods that operate on or return LongCollections.
PackageTestSuite Test this package.
RandomAccessByteList Abstract base class for ByteLists backed by random access structures like arrays.
RandomAccessByteList.ComodChecker  
RandomAccessByteList.RandomAccessByteListIterator  
RandomAccessByteList.RandomAccessByteSubList  
RandomAccessCharList Abstract base class for CharLists backed by random access structures like arrays.
RandomAccessCharList.ComodChecker  
RandomAccessCharList.RandomAccessCharListIterator  
RandomAccessCharList.RandomAccessCharSubList  
RandomAccessDoubleList Abstract base class for DoubleLists backed by random access structures like arrays.
RandomAccessDoubleList.ComodChecker  
RandomAccessDoubleList.RandomAccessDoubleListIterator  
RandomAccessDoubleList.RandomAccessDoubleSubList  
RandomAccessFloatList Abstract base class for FloatLists backed by random access structures like arrays.
RandomAccessFloatList.ComodChecker  
RandomAccessFloatList.RandomAccessFloatListIterator  
RandomAccessFloatList.RandomAccessFloatSubList  
RandomAccessIntList Abstract base class for IntLists backed by random access structures like arrays.
RandomAccessIntList.ComodChecker  
RandomAccessIntList.RandomAccessIntListIterator  
RandomAccessIntList.RandomAccessIntSubList  
RandomAccessLongList Abstract base class for LongLists backed by random access structures like arrays.
RandomAccessLongList.ComodChecker  
RandomAccessLongList.RandomAccessLongListIterator  
RandomAccessLongList.RandomAccessLongSubList  
RandomAccessShortList Abstract base class for ShortLists backed by random access structures like arrays.
RandomAccessShortList.ComodChecker  
RandomAccessShortList.RandomAccessShortListIterator  
RandomAccessShortList.RandomAccessShortSubList  
ShortCollections This class consists exclusively of static methods that operate on or return ShortCollections.
TestAbstractByteCollection  
TestAbstractByteCollection.ByteCollectionImpl  
TestAbstractCharCollection  
TestAbstractCharCollection.CharCollectionImpl  
TestAbstractDoubleCollection  
TestAbstractDoubleCollection.DoubleCollectionImpl  
TestAbstractFloatCollection  
TestAbstractFloatCollection.FloatCollectionImpl  
TestAbstractIntCollection  
TestAbstractIntCollection.IntCollectionImpl  
TestAbstractLongCollection  
TestAbstractLongCollection.LongCollectionImpl  
TestAbstractShortCollection  
TestAbstractShortCollection.ShortCollectionImpl  
TestArrayByteList  
TestArrayCharList  
TestArrayDoubleList  
TestArrayFloatList  
TestArrayIntList  
TestArrayLongList  
TestArrayShortList  
TestArrayUnsignedByteList  
TestArrayUnsignedIntList  
TestArrayUnsignedShortList  
TestByteCollections  
TestByteIterator  
TestByteList  
TestByteListIterator  
TestCharCollections  
TestCharIterator  
TestCharList  
TestCharListIterator  
TestDoubleCollections  
TestDoubleIterator  
TestDoubleList  
TestDoubleListIterator  
TestFloatCollections  
TestFloatIterator  
TestFloatList  
TestFloatListIterator  
TestIntCollections  
TestIntIterator  
TestIntList  
TestIntListIterator  
TestLongCollections  
TestLongIterator  
TestLongList  
TestLongListIterator  
TestRandomAccessByteList  
TestRandomAccessByteList.AbstractRandomAccessByteListImpl  
TestRandomAccessCharList  
TestRandomAccessCharList.AbstractRandomAccessCharListImpl  
TestRandomAccessDoubleList  
TestRandomAccessDoubleList.AbstractRandomAccessDoubleListImpl  
TestRandomAccessFloatList  
TestRandomAccessFloatList.AbstractRandomAccessFloatListImpl  
TestRandomAccessIntList  
TestRandomAccessIntList.AbstractRandomAccessIntListImpl  
TestRandomAccessLongList  
TestRandomAccessLongList.AbstractRandomAccessLongListImpl  
TestRandomAccessShortList  
TestRandomAccessShortList.AbstractRandomAccessShortListImpl  
TestShortCollections  
TestShortIterator  
TestShortList  
TestShortListIterator