protected static class ArrayCharCollection.PIterator extends Object implements CharIterator
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayCharCollection.PIterator(ArrayCharCollection coll) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
isModifiable()
Checks whether the iterator can currently be modified.
|
boolean |
isResettable()
Checks whether the iterator can be reset.
|
Character |
next() |
char |
nextChar()
Gets the next value from the iterator
|
void |
remove() |
void |
reset()
Resets the iterator back to its initial state (optional operation).
|
protected ArrayCharCollection.PIterator(ArrayCharCollection coll)
public char nextChar()
CharIteratornextChar in interface CharIteratorpublic boolean isModifiable()
PrimitiveIteratorisModifiable in interface PrimitiveIterator<Character>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIteratorisResettable in interface PrimitiveIterator<Character>true if the object can be resetpublic void reset()
PrimitiveIteratorreset in interface PrimitiveIterator<Character>Copyright © 2005-2012 Joda.org. All Rights Reserved.