public final class PartialIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
PartialIterable(int from,
T[] ts,
int to) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |