public class JoinedIterable<T> extends Object implements Iterable<T>
iterator()
, the JoinedIterable
will delegate to a single underlying Iterator. The JoinedIterable will
invoke the iterator on each Iterable, in sequence, until all Iterators
are exhausted.Constructor and Description |
---|
JoinedIterable(List<Iterable<T>> iterables) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2016 JBoss by Red Hat. All rights reserved.