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