protected static class ArrayByteCollection.PIterator extends Object implements ByteIterator
Modifier | Constructor and Description |
---|---|
protected |
ArrayByteCollection.PIterator(ArrayByteCollection 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.
|
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).
|
protected ArrayByteCollection.PIterator(ArrayByteCollection coll)
public byte nextByte()
ByteIterator
nextByte
in interface ByteIterator
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>
Copyright © 2005-2012 Joda.org. All Rights Reserved.