public final class FlattenIterator<T> extends Object implements Iterator<T>
Iterator
FlattenIterator(Iterable<? extends Map<?,? extends T>> core)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FlattenIterator(Iterable<? extends Map<?,? extends T>> core)
public void remove()
remove
Iterator<T>
public boolean hasNext()
hasNext
public T next()
next
Copyright © 2015 Oracle Corporation. All Rights Reserved.