public final class ByteArrayIterable extends Object implements ProtectedIterable<Byte>
ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[].| Constructor and Description |
|---|
ByteArrayIterable(byte... array)
Creates a new
ByteArrayIterable. |
| Modifier and Type | Method and Description |
|---|---|
net.markenwerk.commons.iterators.ByteArrayIterator |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ByteArrayIterable(byte... array)
throws IllegalArgumentException
ByteArrayIterable.array - The byte[] to iterate over.IllegalArgumentException - If the given byte[] is null.public net.markenwerk.commons.iterators.ByteArrayIterator iterator()
ProtectedIterableProtectedIterator.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.