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