public class CompositeIterable<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
CompositeIterable(Iterable<? extends T>... iterables)
Constructs a new composite iterable.
|
CompositeIterable(List<? extends Iterable<? extends T>> iterables)
Constructs a new composite iterable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
Iterator<T> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliterator@SafeVarargs public CompositeIterable(Iterable<? extends T>... iterables)
iterables - a series of iterablesCopyright © 2021 JBoss by Red Hat. All rights reserved.