| 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 |
| 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 |