Package | Description |
---|---|
com.mattunderscore.iterators |
Modifier and Type | Method and Description |
---|---|
static <E> CastingArrayIterator<E> |
CastingArrayIterator.create(E[] array)
Deprecated.
Prefer the use of
ArrayIterator in this case |
static <E> CastingArrayIterator<E> |
CastingArrayIterator.unsafeCreate(Object[] array)
Create an iterator over an array known to be the correct type.
|
Copyright © 2014–2016. All rights reserved.