org.apache.commons.collections.primitives
Class RandomAccessByteList.RandomAccessByteListIterator
protected static
class
RandomAccessByteList.RandomAccessByteListIterator
extends RandomAccessByteList.ComodChecker
implements ByteListIterator
private int _lastReturnedIndex
private int _nextIndex
public void add(byte value)
public boolean hasNext()
public boolean hasPrevious()
public byte next()
public int nextIndex()
public byte previous()
public int previousIndex()
public void remove()
public void set(byte value)
Copyright (c) 2002-2003 - Apache Software Foundation