org.apache.commons.collections.primitives.decorators

Class ProxyCharListIterator

abstract class ProxyCharListIterator extends ProxyCharIterator implements CharListIterator

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $

Author: Rodney Waldhoff

Constructor Summary
ProxyCharListIterator()
Method Summary
protected CharIteratorgetIterator()
protected abstract CharListIteratorgetListIterator()
booleanhasPrevious()
intnextIndex()
charprevious()
intpreviousIndex()

Constructor Detail

ProxyCharListIterator

ProxyCharListIterator()

Method Detail

getIterator

protected final CharIterator getIterator()

getListIterator

protected abstract CharListIterator getListIterator()

hasPrevious

public boolean hasPrevious()

nextIndex

public int nextIndex()

previous

public char previous()

previousIndex

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