org.apache.commons.collections.primitives

Class RandomAccessDoubleList.RandomAccessDoubleListIterator

protected static class RandomAccessDoubleList.RandomAccessDoubleListIterator extends RandomAccessDoubleList.ComodChecker implements DoubleListIterator

Field Summary
int_lastReturnedIndex
int_nextIndex
Constructor Summary
RandomAccessDoubleListIterator(RandomAccessDoubleList list, int index)
Method Summary
voidadd(double value)
booleanhasNext()
booleanhasPrevious()
doublenext()
intnextIndex()
doubleprevious()
intpreviousIndex()
voidremove()
voidset(double value)

Field Detail

_lastReturnedIndex

private int _lastReturnedIndex

_nextIndex

private int _nextIndex

Constructor Detail

RandomAccessDoubleListIterator

RandomAccessDoubleListIterator(RandomAccessDoubleList list, int index)

Method Detail

add

public void add(double value)

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public double next()

nextIndex

public int nextIndex()

previous

public double previous()

previousIndex

public int previousIndex()

remove

public void remove()

set

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