public interface ByteIterator extends PrimitiveIterator<java.lang.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
Copyright © 2005–2018 Joda.org. All rights reserved.