org.apache.commons.collections.primitives.decorators

Class ProxyIntListIterator

abstract class ProxyIntListIterator extends ProxyIntIterator implements IntListIterator

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Constructor Summary
ProxyIntListIterator()
Method Summary
protected IntIteratorgetIterator()
protected abstract IntListIteratorgetListIterator()
booleanhasPrevious()
intnextIndex()
intprevious()
intpreviousIndex()

Constructor Detail

ProxyIntListIterator

ProxyIntListIterator()

Method Detail

getIterator

protected final IntIterator getIterator()

getListIterator

protected abstract IntListIterator getListIterator()

hasPrevious

public boolean hasPrevious()

nextIndex

public int nextIndex()

previous

public int previous()

previousIndex

public int previousIndex()
Copyright (c) 2002-2003 - Apache Software Foundation