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