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