public interface ByteIterable
extends java.lang.Iterable<java.lang.Byte>
byte
values.
This interface extends Iterable
allowing
seamless integration with other APIs.
Modifier and Type | Method and Description |
---|---|
ByteIterator |
iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
ByteIterator iterator()
iterator
in interface java.lang.Iterable<java.lang.Byte>
Copyright © 2005–2018 Joda.org. All rights reserved.