| Constructor and Description |
|---|
CompositeIterable(CompositeIterable<T> iterable) |
CompositeIterable(Iterable<T>... iterables) |
CompositeIterable(List<Iterable<T>> iterables) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CompositeIterable(CompositeIterable<T> iterable)
Copyright © 2012–2021. All rights reserved.