Class FlatCollectShortToObjectIterable.FlatCollectShortIterator<V>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.FlatCollectShortToObjectIterable.FlatCollectShortIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FlatCollectShortToObjectIterable<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ShortToObjectFunction
<? extends Iterable<V>> private final ShortIterator
-
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectShortIterator
(ShortIterator newIterator, ShortToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectShortIterator
(ShortIterable iterable, ShortToObjectFunction<? 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
-
FlatCollectShortIterator
public FlatCollectShortIterator(ShortIterable iterable, ShortToObjectFunction<? extends Iterable<V>> newFunction) -
FlatCollectShortIterator
public FlatCollectShortIterator(ShortIterator newIterator, ShortToObjectFunction<? extends Iterable<V>> newFunction)
-
-
Method Details