|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joda.primitives.list.impl.AbstractFloatList.PListIterator
protected static class AbstractFloatList.PListIterator
List iterator.
| Constructor Summary | |
|---|---|
protected |
AbstractFloatList.PListIterator(AbstractFloatList list,
int start)
|
| Method Summary | |
|---|---|
void |
add(float value)
Adds the specified value to the list underlying the iterator at the current iteration index (optional operation). |
void |
add(Float obj)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
boolean |
isModifiable()
Checks whether the iterator can currently be modified. |
boolean |
isResettable()
Checks whether the iterator can be reset. |
Float |
next()
|
float |
nextFloat()
Gets the next value from the iterator |
int |
nextIndex()
|
Float |
previous()
|
float |
previousFloat()
Gets the previous value from the iterator. |
int |
previousIndex()
|
void |
remove()
|
void |
reset()
Resets the iterator back to its initial state (optional operation). |
void |
set(float value)
Sets the last retrieved value from the iterator (optional operation). |
void |
set(Float obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractFloatList.PListIterator(AbstractFloatList list,
int start)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Float>hasNext in interface ListIterator<Float>public float nextFloat()
FloatIterator
nextFloat in interface FloatIteratorpublic Float next()
next in interface Iterator<Float>next in interface ListIterator<Float>public int nextIndex()
nextIndex in interface ListIterator<Float>public boolean hasPrevious()
hasPrevious in interface ListIterator<Float>public float previousFloat()
FloatListIterator
previousFloat in interface FloatListIteratorpublic Float previous()
previous in interface ListIterator<Float>public int previousIndex()
previousIndex in interface ListIterator<Float>public void remove()
remove in interface Iterator<Float>remove in interface ListIterator<Float>public void add(float value)
FloatListIterator
add in interface FloatListIteratorvalue - the value to addpublic void add(Float obj)
add in interface ListIterator<Float>public void set(float value)
FloatListIterator
set in interface FloatListIteratorvalue - the value to setpublic void set(Float obj)
set in interface ListIterator<Float>public boolean isModifiable()
PrimitiveIterator
isModifiable in interface PrimitiveIterator<Float>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIterator
isResettable in interface PrimitiveIterator<Float>true if the object can be resetpublic void reset()
PrimitiveIterator
reset in interface PrimitiveIterator<Float>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||