org.apache.commons.collections.primitives.decorators

Class ProxyShortListIterator

abstract class ProxyShortListIterator extends ProxyShortIterator implements ShortListIterator

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $

Author: Rodney Waldhoff

Constructor Summary
ProxyShortListIterator()
Method Summary
protected ShortIteratorgetIterator()
protected abstract ShortListIteratorgetListIterator()
booleanhasPrevious()
intnextIndex()
shortprevious()
intpreviousIndex()

Constructor Detail

ProxyShortListIterator

ProxyShortListIterator()

Method Detail

getIterator

protected final ShortIterator getIterator()

getListIterator

protected abstract ShortListIterator getListIterator()

hasPrevious

public boolean hasPrevious()

nextIndex

public int nextIndex()

previous

public short previous()

previousIndex

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