Class FlatCollectIntToObjectIterable.FlatCollectIntIterator<V>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.FlatCollectIntToObjectIterable.FlatCollectIntIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FlatCollectIntToObjectIterable<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntToObjectFunction<? extends Iterable<V>> private final IntIterator -
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectIntIterator(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectIntIterator(IntIterator newIterator, IntToObjectFunction<? 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
-
FlatCollectIntIterator
public FlatCollectIntIterator(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> newFunction) -
FlatCollectIntIterator
public FlatCollectIntIterator(IntIterator newIterator, IntToObjectFunction<? extends Iterable<V>> newFunction)
-
-
Method Details
-
remove
-
hasNext
-
next
-