public interface ByteIterator extends PrimitiveIterator<Byte>
byte
values.
This interface extends Iterator
allowing
seamless integration with other APIs.
Modifier and Type | Method and Description |
---|---|
byte |
nextByte()
Gets the next value from the iterator
|
isModifiable, isResettable, reset
byte nextByte()
NoSuchElementException
- if there are no more values availableCopyright © 2005-2012 Joda.org. All Rights Reserved.