org.apache.commons.collections.primitives.decorators
abstract class ProxyCharListIterator extends ProxyCharIterator implements CharListIterator
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $
| Constructor Summary | |
|---|---|
| ProxyCharListIterator() | |
| Method Summary | |
|---|---|
| protected CharIterator | getIterator() |
| protected abstract CharListIterator | getListIterator() |
| boolean | hasPrevious() |
| int | nextIndex() |
| char | previous() |
| int | previousIndex() |