Class FlatCollectByteToObjectIterable.FlatCollectByteIterator<V>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterable.FlatCollectByteIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FlatCollectByteToObjectIterable<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ByteToObjectFunction
<? extends Iterable<V>> private final ByteIterator
-
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectByteIterator
(ByteIterable iterable, ByteToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectByteIterator
(ByteIterator newIterator, ByteToObjectFunction<? 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
-
FlatCollectByteIterator
public FlatCollectByteIterator(ByteIterable iterable, ByteToObjectFunction<? extends Iterable<V>> newFunction) -
FlatCollectByteIterator
public FlatCollectByteIterator(ByteIterator newIterator, ByteToObjectFunction<? extends Iterable<V>> newFunction)
-
-
Method Details