org.apache.commons.collections.primitives

Class RandomAccessFloatList.RandomAccessFloatListIterator

protected static class RandomAccessFloatList.RandomAccessFloatListIterator extends RandomAccessFloatList.ComodChecker implements FloatListIterator

Field Summary
int_lastReturnedIndex
int_nextIndex
Constructor Summary
RandomAccessFloatListIterator(RandomAccessFloatList list, int index)
Method Summary
voidadd(float value)
booleanhasNext()
booleanhasPrevious()
floatnext()
intnextIndex()
floatprevious()
intpreviousIndex()
voidremove()
voidset(float value)

Field Detail

_lastReturnedIndex

private int _lastReturnedIndex

_nextIndex

private int _nextIndex

Constructor Detail

RandomAccessFloatListIterator

RandomAccessFloatListIterator(RandomAccessFloatList list, int index)

Method Detail

add

public void add(float value)

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public float next()

nextIndex

public int nextIndex()

previous

public float previous()

previousIndex

public int previousIndex()

remove

public void remove()

set

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