ch.javasoft.util
Class IterableIterable<E>
java.lang.Object
ch.javasoft.util.IterableIterable<E>
- All Implemented Interfaces:
- Iterable<E>
public class IterableIterable<E>
- extends Object
- implements Iterable<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mIterables
protected final Iterable<? extends Iterable<? extends E>> mIterables
IterableIterable
public IterableIterable(Iterable<? extends E>[] iterables)
IterableIterable
public IterableIterable(Iterable<? extends Iterable<? extends E>> iterables)
iterator
public Iterator<E> iterator()
- Specified by:
iterator in interface Iterable<E>