-
- All Implemented Interfaces:
-
kotlin.collections.Iterator
public final class PartitioningIterator<T extends Object> extends AbstractIterator
-
-
Constructor Summary
Constructors Constructor Description PartitioningIterator(Iterator<T> source, Integer size, Boolean cutIncomplete)
-
Method Summary
Modifier and Type Method Description final List<T>
getNextValue()
final State
getState()
final Unit
setNextValue(List<T> nextValue)
final Unit
setState(State state)
-
Methods inherited from class kotlin.collections.Iterator
equals, hashCode, toString
-
Methods inherited from class kotlin.collections.AbstractIterator
forEachRemaining
-
Methods inherited from class org.jetbrains.kotlinx.spark.api.PartitioningIterator
hasNext, next, tryToComputeNext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-