| Name | Description | Type | Package | Framework |
| AbstractBooleanCollection | Abstract base class for BooleanCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractByteCollection | Abstract base class for ByteCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractCharCollection | Abstract base class for CharCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractDoubleCollection | Abstract base class for DoubleCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractFloatCollection | Abstract base class for FloatCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractIntCollection | Abstract base class for IntCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractLongCollection | Abstract base class for LongCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| AbstractShortCollection | Abstract base class for ShortCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| Adapt | Convenience methods for constructing adapters. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ArrayBooleanList | An BooleanList backed by an array of booleans. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayByteList | An ByteList backed by an array of bytes. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayCharList | An CharList backed by an array of chars. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayDoubleList | An DoubleList backed by an array of doubles. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayFloatList | An FloatList backed by an array of floats. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayIntList | An IntList backed by an array of ints. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayLongList | An LongList backed by an array of longs. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayShortList | An ShortList backed by an array of shorts. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayUnsignedByteList | A ShortList backed by an array of unsigned This list stores short values | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayUnsignedIntList | An IntList backed by an array of unsigned This list stores int values | Class | org.apache.commons.collections.primitives | Apache Commons |
| ArrayUnsignedShortList | An IntList backed by an array of unsigned This list stores int values | Class | org.apache.commons.collections.primitives | Apache Commons |
| BooleanCollection | A collection of boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| BooleanCollectionCollection | Adapts an BooleanCollection to the Collection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanIterator | An iterator over boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| BooleanIteratorIterator | Adapts an BooleanIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanList | An ordered collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| BooleanListIterator | A bi-directional iterator over boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| BooleanListIteratorListIterator | Adapts an BooleanListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanListList | Adapts an BooleanList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanStack | A primitive boolean based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ByteCollection | A collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ByteCollectionCollection | Adapts an ByteCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ByteCollections | This class consists exclusively of static methods that operate on or return ByteCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ByteIterator | An iterator over byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ByteIteratorInputStream | Adapts an ByteIterator to the InputStream interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| ByteIteratorIterator | Adapts an ByteIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ByteList | An ordered collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ByteListIterator | A bi-directional iterator over byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ByteListIteratorListIterator | Adapts an ByteListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ByteListList | Adapts an ByteList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ByteStack | A primitive byte based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| CharCollection | A collection of char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| CharCollectionCollection | Adapts an CharCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CharCollections | This class consists exclusively of static methods that operate on or return CharCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| CharIterator | An iterator over char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| CharIteratorIterator | Adapts an CharIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CharIteratorReader | Adapts a CharIterator to the Reader interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| CharList | An ordered collection of char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| CharListIterator | A bi-directional iterator over char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| CharListIteratorListIterator | Adapts an CharListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CharListList | Adapts an CharList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CharStack | A primitive char based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| CollectionBooleanCollection | Adapts a Boolean-valued Collection to the BooleanCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionByteCollection | Adapts a Number-valued ByteCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionCharCollection | Adapts a Number-valued CharCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionDoubleCollection | Adapts a Number-valued DoubleCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionFloatCollection | Adapts a Number-valued FloatCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionIntCollection | Adapts a Number-valued IntCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionLongCollection | Adapts a Number-valued LongCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| CollectionShortCollection | Adapts a Number-valued ShortCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleCollection | A collection of double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| DoubleCollectionCollection | Adapts an DoubleCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleCollections | This class consists exclusively of static methods that operate on or return DoubleCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| DoubleIterator | An iterator over double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| DoubleIteratorIterator | Adapts an DoubleIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleList | An ordered collection of double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| DoubleListIterator | A bi-directional iterator over double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| DoubleListIteratorListIterator | Adapts an DoubleListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleListList | Adapts an DoubleList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleStack | A primitive double based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| FloatCollection | A collection of float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| FloatCollectionCollection | Adapts an FloatCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| FloatCollections | This class consists exclusively of static methods that operate on or return FloatCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| FloatIterator | An iterator over float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| FloatIteratorIterator | Adapts an FloatIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| FloatList | An ordered collection of float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| FloatListIterator | A bi-directional iterator over float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| FloatListIteratorListIterator | Adapts an FloatListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| FloatListList | Adapts an FloatList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| FloatStack | A primitive float based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| InputStreamByteIterator | Adapts an InputStream to the ByteIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| IntCollection | A collection of int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| IntCollectionCollection | Adapts an IntCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IntCollections | This class consists exclusively of static methods that operate on or return IntCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| IntIterator | An iterator over int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| IntIteratorIterator | Adapts an IntIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IntList | An ordered collection of int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| IntListIterator | A bi-directional iterator over int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| IntListIteratorListIterator | Adapts an IntListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IntListList | Adapts an IntList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IntStack | A primitive int based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| IteratorBooleanIterator | Adapts a Boolean-valued Iterator to the BooleanIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorByteIterator | Adapts a Number-valued to the ByteIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorCharIterator | Adapts a Number-valued to the CharIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorDoubleIterator | Adapts a Number-valued to the DoubleIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorFloatIterator | Adapts a Number-valued to the FloatIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorIntIterator | Adapts a Number-valued to the IntIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorLongIterator | Adapts a Number-valued to the LongIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IteratorShortIterator | Adapts a Number-valued to the ShortIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListBooleanList | Adapts a Number-valued List to the BooleanList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListByteList | Adapts a Number-valued List to the ByteList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListCharList | Adapts a Number-valued List to the CharList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListDoubleList | Adapts a Number-valued List to the DoubleList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListFloatList | Adapts a Number-valued List to the FloatList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIntList | Adapts a Number-valued List to the IntList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorBooleanListIterator | Adapts a Number-valued ListIterator to the BooleanListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorByteListIterator | Adapts a Number-valued ListIterator to the ByteListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorCharListIterator | Adapts a Number-valued ListIterator to the CharListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorDoubleListIterator | Adapts a Number-valued ListIterator to the DoubleListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorFloatListIterator | Adapts a Number-valued ListIterator to the FloatListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorIntListIterator | Adapts a Number-valued ListIterator to the IntListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorLongListIterator | Adapts a Number-valued ListIterator to the LongListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListIteratorShortListIterator | Adapts a Number-valued ListIterator to the ShortListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListLongList | Adapts a Number-valued List to the LongList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ListShortList | Adapts a Number-valued List to the ShortList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongCollection | A collection of long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| LongCollectionCollection | Adapts an LongCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongCollections | This class consists exclusively of static methods that operate on or return LongCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| LongIterator | An iterator over long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| LongIteratorIterator | Adapts an LongIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongList | An ordered collection of long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| LongListIterator | A bi-directional iterator over long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| LongListIteratorListIterator | Adapts an LongListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongListList | Adapts an LongList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongStack | A primitive long based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessBooleanList | Abstract base class for BooleanLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessBooleanList .RandomAccessBooleanListIterator | Class | org.apache.commons.collections.primitives.RandomAccessBooleanList | Apache Commons | |
| RandomAccessBooleanList .RandomAccessBooleanSubList | Class | org.apache.commons.collections.primitives.RandomAccessBooleanList | Apache Commons | |
| RandomAccessByteList | Abstract base class for ByteLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessByteList .RandomAccessByteListIterator | Class | org.apache.commons.collections.primitives.RandomAccessByteList | Apache Commons | |
| RandomAccessByteList .RandomAccessByteSubList | Class | org.apache.commons.collections.primitives.RandomAccessByteList | Apache Commons | |
| RandomAccessCharList | Abstract base class for CharLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessCharList .RandomAccessCharListIterator | Class | org.apache.commons.collections.primitives.RandomAccessCharList | Apache Commons | |
| RandomAccessCharList .RandomAccessCharSubList | Class | org.apache.commons.collections.primitives.RandomAccessCharList | Apache Commons | |
| RandomAccessDoubleList | Abstract base class for DoubleLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessDoubleList .RandomAccessDoubleListIterator | Class | org.apache.commons.collections.primitives.RandomAccessDoubleList | Apache Commons | |
| RandomAccessDoubleList .RandomAccessDoubleSubList | Class | org.apache.commons.collections.primitives.RandomAccessDoubleList | Apache Commons | |
| RandomAccessFloatList | Abstract base class for FloatLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessFloatList .RandomAccessFloatListIterator | Class | org.apache.commons.collections.primitives.RandomAccessFloatList | Apache Commons | |
| RandomAccessFloatList .RandomAccessFloatSubList | Class | org.apache.commons.collections.primitives.RandomAccessFloatList | Apache Commons | |
| RandomAccessIntList | Abstract base class for IntLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessIntList .RandomAccessIntListIterator | Class | org.apache.commons.collections.primitives.RandomAccessIntList | Apache Commons | |
| RandomAccessIntList .RandomAccessIntSubList | Class | org.apache.commons.collections.primitives.RandomAccessIntList | Apache Commons | |
| RandomAccessLongList | Abstract base class for LongLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessLongList .RandomAccessLongListIterator | Class | org.apache.commons.collections.primitives.RandomAccessLongList | Apache Commons | |
| RandomAccessLongList .RandomAccessLongSubList | Class | org.apache.commons.collections.primitives.RandomAccessLongList | Apache Commons | |
| RandomAccessShortList | Abstract base class for ShortLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
| RandomAccessShortList .RandomAccessShortListIterator | Class | org.apache.commons.collections.primitives.RandomAccessShortList | Apache Commons | |
| RandomAccessShortList .RandomAccessShortSubList | Class | org.apache.commons.collections.primitives.RandomAccessShortList | Apache Commons | |
| ReaderCharIterator | Adapts a Reader to the CharIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| ShortCollection | A collection of short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ShortCollectionCollection | Adapts an ShortCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ShortCollections | This class consists exclusively of static methods that operate on or return ShortCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
| ShortIterator | An iterator over short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ShortIteratorIterator | Adapts an ShortIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ShortList | An ordered collection of short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ShortListIterator | A bi-directional iterator over short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
| ShortListIteratorListIterator | Adapts an ShortListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ShortListList | Adapts an ShortList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ShortStack | A primitive short based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
| UnmodifiableByteIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableByteList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableByteListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableCharIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableCharList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableCharListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableDoubleIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableDoubleList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableDoubleListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableFloatIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableFloatList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableFloatListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableIntIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableIntList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableIntListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableLongIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableLongList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableLongListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableShortIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableShortList | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |
| UnmodifiableShortListIterator | Class | org.apache.commons.collections.primitives.decorators | Apache Commons | |