org.apache.commons.collections.primitives.decorators

Class ProxyByteListIterator

abstract class ProxyByteListIterator extends ProxyByteIterator implements ByteListIterator

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $

Author: Rodney Waldhoff

Constructor Summary
ProxyByteListIterator()
Method Summary
protected ByteIteratorgetIterator()
protected abstract ByteListIteratorgetListIterator()
booleanhasPrevious()
intnextIndex()
byteprevious()
intpreviousIndex()

Constructor Detail

ProxyByteListIterator

ProxyByteListIterator()

Method Detail

getIterator

protected final ByteIterator getIterator()

getListIterator

protected abstract ByteListIterator getListIterator()

hasPrevious

public boolean hasPrevious()

nextIndex

public int nextIndex()

previous

public byte previous()

previousIndex

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