public final class SubsequentCountIterable<T>
extends java.lang.Object
implements java.lang.Iterable<java.lang.Iterable<T>>
| Constructor and Description |
|---|
SubsequentCountIterable(java.lang.Iterable<? extends T> source,
int count) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.lang.Iterable<T>> |
iterator() |