All Implemented Interfaces:
FloatIterator
All Known Implementing Classes:
ProxyFloatListIterator, UnmodifiableFloatListIterator, ListIteratorFloatListIterator, RandomAccessFloatListIterator
float values.Commons - Primitives 1.0$ - Revision: 1.3 $ $Date: 2003/10/16 20:49:35 $Rodney - Waldhoff| Method from org.apache.commons.collections.primitives.FloatListIterator Summary: |
|---|
| add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
| Method from org.apache.commons.collections.primitives.FloatListIterator Detail: |
|---|
|
true iff I have more elements
when traversed in the forward direction.
(In other words, returns true iff
a call to #next will return an element
rather than throwing an exception. |
true iff I have more elements
when traversed in the reverse direction.
(In other words, returns true iff
a call to #previous will return an element
rather than throwing an exception. |
|
|
|
-1 if I have no previous element. |
|
|