org.apache.commons.collections.primitives.decorators
abstract class ProxyByteListIterator extends ProxyByteIterator implements ByteListIterator
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $
| Constructor Summary | |
|---|---|
| ProxyByteListIterator() | |
| Method Summary | |
|---|---|
| protected ByteIterator | getIterator() |
| protected abstract ByteListIterator | getListIterator() |
| boolean | hasPrevious() |
| int | nextIndex() |
| byte | previous() |
| int | previousIndex() |