| Modifier and Type | Class and Description |
|---|---|
protected static class |
Adjustment.CompoundIterable.CompoundIterator
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundIterable(Collection<? extends Iterable<? extends Task>> iterables)
Creates a compound iterable.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Task> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected CompoundIterable(Collection<? extends Iterable<? extends Task>> iterables)
iterables - The iterables to consider.