Class FlatCollectByteToObjectIterable.FlatCollectByteIterator<V>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterable.FlatCollectByteIterator<V>
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- FlatCollectByteToObjectIterable<V>
private final class FlatCollectByteToObjectIterable.FlatCollectByteIterator<V> extends java.lang.Object implements java.util.Iterator<V>
-
-
Field Summary
Fields Modifier and Type Field Description private ByteToObjectFunction<? extends java.lang.Iterable<V>>
function
private java.util.Iterator<V>
innerIterator
private ByteIterator
iterator
-
Constructor Summary
Constructors Constructor Description FlatCollectByteIterator(ByteIterable iterable, ByteToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
FlatCollectByteIterator(ByteIterator newIterator, ByteToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
void
remove()
-
-
-
Field Detail
-
iterator
private final ByteIterator iterator
-
function
private final ByteToObjectFunction<? extends java.lang.Iterable<V>> function
-
innerIterator
private java.util.Iterator<V> innerIterator
-
-
Constructor Detail
-
FlatCollectByteIterator
public FlatCollectByteIterator(ByteIterable iterable, ByteToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
-
FlatCollectByteIterator
public FlatCollectByteIterator(ByteIterator newIterator, ByteToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
-
-