org.apache.commons.collections.primitives.decorators
abstract class ProxyDoubleListIterator extends ProxyDoubleIterator implements DoubleListIterator
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $
| Constructor Summary | |
|---|---|
| ProxyDoubleListIterator() | |
| Method Summary | |
|---|---|
| protected DoubleIterator | getIterator() |
| protected abstract DoubleListIterator | getListIterator() |
| boolean | hasPrevious() |
| int | nextIndex() |
| double | previous() |
| int | previousIndex() |