Class MappingIterable.MyIterator<E,V>
- java.lang.Object
-
- com.vladsch.flexmark.experimental.util.collection.iteration.MappingIterable.MyIterator<E,V>
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- MappingIterable<T,R>
private static class MappingIterable.MyIterator<E,V> extends java.lang.Object implements java.util.Iterator<V>
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.util.function.Function<E,V>
myFunction
private @NotNull java.util.Iterator<E>
myIterator
-
Constructor Summary
Constructors Constructor Description MyIterator(@NotNull java.util.Iterator<E> iterator, @NotNull java.util.function.Function<E,V> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
-