|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joda.primitives.collection.impl.ArrayIntCollection.PIterator
protected static class ArrayIntCollection.PIterator
Iterator.
| Constructor Summary | |
|---|---|
protected |
ArrayIntCollection.PIterator(ArrayIntCollection coll)
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
boolean |
isModifiable()
Checks whether the iterator can currently be modified. |
boolean |
isResettable()
Checks whether the iterator can be reset. |
Integer |
next()
|
int |
nextInt()
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 ArrayIntCollection.PIterator(ArrayIntCollection coll)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Integer>public int nextInt()
IntIterator
nextInt in interface IntIteratorpublic Integer next()
next in interface Iterator<Integer>public void remove()
remove in interface Iterator<Integer>public boolean isModifiable()
PrimitiveIterator
isModifiable in interface PrimitiveIterator<Integer>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIterator
isResettable in interface PrimitiveIterator<Integer>true if the object can be resetpublic void reset()
PrimitiveIterator
reset in interface PrimitiveIterator<Integer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||