public class JoinIterable<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
JoinIterable(Iterable<? extends Iterable<? extends T>> iterables) |
JoinIterable(Iterable<? extends T>... iterables) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<? extends T>[] |
getIterables() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@SafeVarargs public JoinIterable(Iterable<? extends T>... iterables)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.