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