| Constructor and Description | 
|---|
FlatCollectIterator(Iterable<T> iterable,
                   Function<? super T,? extends Iterable<V>> newFunction)  | 
FlatCollectIterator(Iterator<T> newIterator,
                   Function<? super T,? extends Iterable<V>> newFunction)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
V | 
next()  | 
void | 
remove()  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2004–2016. All rights reserved.