| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<T> |
next() |
static <T> Iterator<List<T>> |
over(int chunkSize,
Iterable<T> iterable) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static <T> Iterator<List<T>> over(int chunkSize, Iterable<T> iterable)
T - the type of elements in the iterablechunkSize - the max chunk size.iterable - the iterable we want to iterate over (in chunk)Copyright © 2020–2023 Marco Nicolini. All rights reserved.