public class TakeUpToIterator<E> extends Object implements Iterator<E>
TakeUpToIterator(Iterator<E> iterator, long howMany)
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TakeUpToIterator(Iterator<E> iterator, long howMany)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2013. All rights reserved.