Package hudson.util
Class Iterators.FlattenIterator<U,T>
- java.lang.Object
-
- hudson.util.Iterators.FlattenIterator<U,T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FlattenIterator(Iterable<? extends T> core)
protected
FlattenIterator(Iterator<? extends T> core)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Iterator<U>
expand(T t)
boolean
hasNext()
U
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-