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