org.apache.commons.collections.primitives

Class RandomAccessLongList.RandomAccessLongListIterator

protected static class RandomAccessLongList.RandomAccessLongListIterator extends RandomAccessLongList.ComodChecker implements LongListIterator

Field Summary
int_lastReturnedIndex
int_nextIndex
Constructor Summary
RandomAccessLongListIterator(RandomAccessLongList list, int index)
Method Summary
voidadd(long value)
booleanhasNext()
booleanhasPrevious()
longnext()
intnextIndex()
longprevious()
intpreviousIndex()
voidremove()
voidset(long value)

Field Detail

_lastReturnedIndex

private int _lastReturnedIndex

_nextIndex

private int _nextIndex

Constructor Detail

RandomAccessLongListIterator

RandomAccessLongListIterator(RandomAccessLongList list, int index)

Method Detail

add

public void add(long value)

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public long next()

nextIndex

public int nextIndex()

previous

public long previous()

previousIndex

public int previousIndex()

remove

public void remove()

set

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