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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
remove
-
hasNext
-
next
-