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, wait
forEach, spliterator
public CompositeIterable(CompositeIterable<T> iterable)
Copyright © 2014–2019 The Redisson Project. All rights reserved.