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