public class WrappingIterator<T> extends IterableIterator<T>
WrappingIterator(Iterator<T> iterator)
boolean
hasNext()
T
next()
void
remove()
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrappingIterator(Iterator<T> iterator)
public boolean hasNext()
public T next()
public void remove()
Copyright © 2015. All Rights Reserved.