kactoos-jvm / nnl.rocks.kactoos.iterator / Partitioned
class Partitioned<out T :
Any
> :
Iterator
<
List
<
T
>>
Iterator implementation for Iterator partitioning.
size
- Size of the partitions.
decorated
- Source iterator.
T
- Partitions value type
Since 0.4
Name | Summary |
---|---|
<init> | Partitioned(size: Int , decorated: Iterator < T >) Iterator implementation for Iterator partitioning. |
Name | Summary |
---|---|
hasNext | fun hasNext(): Boolean |
next | fun next(): List < T > |