Package hudson.util
Class AdaptedIterator<T,U> 
java.lang.Object
hudson.util.AdaptedIterator<T,U> 
- All Implemented Interfaces:
- Iterator<U>
Iterator that adapts the values returned from another iterator.
 
 This class should be really in Iterators but for historical reasons it's here.
- Since:
- 1.121
- Author:
- Kohsuke Kawaguchi
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAdaptedIterator(Iterable<? extends T> core) protectedAdaptedIterator(Iterator<? extends T> core) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining