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