public interface ByteIterable extends Iterable<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()
Copyright © 2005-2012 Joda.org. All Rights Reserved.