Class FlatCollectCharToObjectIterable.FlatCollectCharIterator<V>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterable.FlatCollectCharIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FlatCollectCharToObjectIterable<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharToObjectFunction
<? extends Iterable<V>> private final CharIterator
-
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectCharIterator
(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectCharIterator
(CharIterator newIterator, CharToObjectFunction<? extends Iterable<V>> newFunction) -
Method Summary
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
-
Field Details
-
iterator
-
function
-
innerIterator
-
-
Constructor Details
-
FlatCollectCharIterator
public FlatCollectCharIterator(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> newFunction) -
FlatCollectCharIterator
public FlatCollectCharIterator(CharIterator newIterator, CharToObjectFunction<? extends Iterable<V>> newFunction)
-
-
Method Details