public class IterableIterator<T> extends Object implements Iterator<T>
IterableIterator(Iterable<T> iterable)
boolean
hasNext()
Iterable<T>
iterable()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public IterableIterator(Iterable<T> iterable)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public Iterable<T> iterable()
Copyright © 2018. All rights reserved.