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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
remove
-
hasNext
-
next
-