Class FlatCollectFloatToObjectIterable.FlatCollectFloatIterator<V>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.FlatCollectFloatToObjectIterable.FlatCollectFloatIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FlatCollectFloatToObjectIterable<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FloatToObjectFunction
<? extends Iterable<V>> private final FloatIterator
-
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectFloatIterator
(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectFloatIterator
(FloatIterator newIterator, FloatToObjectFunction<? 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
-
FlatCollectFloatIterator
public FlatCollectFloatIterator(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> newFunction) -
FlatCollectFloatIterator
public FlatCollectFloatIterator(FloatIterator newIterator, FloatToObjectFunction<? extends Iterable<V>> newFunction)
-
-
Method Details