public class CombinedIterable<T> extends Object implements Iterable<T>
CombinedIterable(List<Iterator<T>> iterators)
CombinedIterable(List<Iterator<T>> iterators, int maxItems)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CombinedIterable(List<Iterator<T>> iterators)
public CombinedIterable(List<Iterator<T>> iterators, int maxItems)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2011-2014. All Rights Reserved.