All Implemented Interfaces:
CharIterator
All Known Implementing Classes:
ListIteratorCharListIterator, UnmodifiableCharListIterator, RandomAccessCharListIterator, ProxyCharListIterator
char values.Commons - Primitives 1.0$ - Revision: 1.3 $ $Date: 2003/10/16 20:49:36 $Rodney - Waldhoff| Method from org.apache.commons.collections.primitives.CharListIterator Summary: |
|---|
| add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
| Method from org.apache.commons.collections.primitives.CharListIterator 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. |
|
|