public class ForEachIteratorIterator<T> extends Object implements Iterator<T>
ForEachIteratorIterator(ForEachIterator<T> iterator)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForEachIteratorIterator(ForEachIterator<T> iterator)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2015. All rights reserved.