org.apache.commons.collections.primitives

Class RandomAccessIntList.RandomAccessIntListIterator

protected static class RandomAccessIntList.RandomAccessIntListIterator extends RandomAccessIntList.ComodChecker implements IntListIterator

Field Summary
int_lastReturnedIndex
int_nextIndex
Constructor Summary
RandomAccessIntListIterator(RandomAccessIntList list, int index)
Method Summary
voidadd(int value)
booleanhasNext()
booleanhasPrevious()
intnext()
intnextIndex()
intprevious()
intpreviousIndex()
voidremove()
voidset(int value)

Field Detail

_lastReturnedIndex

private int _lastReturnedIndex

_nextIndex

private int _nextIndex

Constructor Detail

RandomAccessIntListIterator

RandomAccessIntListIterator(RandomAccessIntList list, int index)

Method Detail

add

public void add(int value)

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public int next()

nextIndex

public int nextIndex()

previous

public int previous()

previousIndex

public int previousIndex()

remove

public void remove()

set

public void set(int value)
Copyright (c) 2002-2003 - Apache Software Foundation