|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joda.primitives.collection.impl.ArrayCharCollection.PIterator
protected static class ArrayCharCollection.PIterator
Iterator.
| Constructor Summary | |
|---|---|
protected |
ArrayCharCollection.PIterator(ArrayCharCollection coll)
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ArrayCharCollection.PIterator(ArrayCharCollection coll)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Character>public char nextChar()
CharIterator
nextChar in interface CharIteratorpublic Character next()
next in interface Iterator<Character>public void remove()
remove in interface Iterator<Character>public boolean isModifiable()
PrimitiveIterator
isModifiable in interface PrimitiveIterator<Character>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIterator
isResettable in interface PrimitiveIterator<Character>true if the object can be resetpublic void reset()
PrimitiveIterator
reset in interface PrimitiveIterator<Character>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||