public class DroppingIterable<T> extends Object implements Iterable<T>
DroppingIterable(Iterable<T> delegate, int numToDrop)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DroppingIterable(Iterable<T> delegate, int numToDrop)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2016. All rights reserved.