| ByteIteratorInputStream | Adapts an ByteIterator to the InputStream interface. | code | html |
| CharIteratorReader | Adapts a CharIterator to the Reader interface. | code | html |
| InputStreamByteIterator | Adapts an InputStream to the ByteIterator interface. | code | html |
| ReaderCharIterator | Adapts a Reader to the CharIterator interface. | code | html |
| PackageTestSuite | Test this package. | code | html |
| TestByteIteratorInputStream | code | html | |
| TestCharIteratorReader | code | html | |
| TestInputStreamByteIterator | code | html | |
| TestReaderCharIterator | code | html |
Adapters for converting between the primitive and object based versions of the collections framework.
Also see the org.apache.commons.collections.primitives , java.util and org.apache.commons.collections packages.