| Name | Description | Type | Package | Framework |
| Adapt | Convenience methods for constructing adapters. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanCollectionCollection | Adapts an BooleanCollection to the Collection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| BooleanIteratorIterator | Adapts an BooleanIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |
| ByteCollectionCollection | Adapts an ByteCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | 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 |
| 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 |
| CharCollectionCollection | Adapts an CharCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | 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 |
| 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 |
| 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 |
| DoubleCollectionCollection | Adapts an DoubleCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| DoubleIteratorIterator | Adapts an DoubleIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |
| FloatCollectionCollection | Adapts an FloatCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| FloatIteratorIterator | Adapts an FloatIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |
| InputStreamByteIterator | Adapts an InputStream to the ByteIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| IntCollectionCollection | Adapts an IntCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| IntIteratorIterator | Adapts an IntIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |
| 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 |
| LongCollectionCollection | Adapts an LongCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| LongIteratorIterator | Adapts an LongIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |
| ReaderCharIterator | Adapts a Reader to the CharIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
| ShortCollectionCollection | Adapts an ShortCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
| ShortIteratorIterator | Adapts an ShortIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | 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 |