T - the type parameterpublic final class IterationItems<T> extends Object implements Iterable<IterationItem<T>>
| Modifier and Type | Method and Description |
|---|---|
Iterator<IterationItem<T>> |
iterator() |
static <T> IterationItems<T> |
of(Iterable<? extends T> source)
Of iteration items.
|
static <T> IterationItems<T> |
of(Iterator<? extends T> source)
Of iteration items.
|
static <T> IterationItems<T> |
ofArray(T... source)
Of array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static <T> IterationItems<T> of(Iterable<? extends T> source)
T - the type parametersource - the sourcepublic static <T> IterationItems<T> of(Iterator<? extends T> source)
T - the type parametersource - the source@SafeVarargs public static <T> IterationItems<T> ofArray(T... source)
T - the type parametersource - the sourcepublic Iterator<IterationItem<T>> iterator()
iterator in interface Iterable<IterationItem<T>>Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.