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