protected static class ArrayShortCollection.PIterator extends Object implements ShortIterator
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayShortCollection.PIterator(ArrayShortCollection 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.
|
Short |
next() |
short |
nextShort()
Gets the next value from the iterator
|
void |
remove() |
void |
reset()
Resets the iterator back to its initial state (optional operation).
|
protected ArrayShortCollection.PIterator(ArrayShortCollection coll)
public short nextShort()
ShortIteratornextShort in interface ShortIteratorpublic boolean isModifiable()
PrimitiveIteratorisModifiable in interface PrimitiveIterator<Short>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIteratorisResettable in interface PrimitiveIterator<Short>true if the object can be resetpublic void reset()
PrimitiveIteratorreset in interface PrimitiveIterator<Short>Copyright © 2005-2012 Joda.org. All Rights Reserved.