Uses of Class
io.tech1.framework.domain.collections.Partitions
-
Packages that use Partitions Package Description io.tech1.framework.domain.collections -
-
Uses of Partitions in io.tech1.framework.domain.collections
Methods in io.tech1.framework.domain.collections that return Partitions Modifier and Type Method Description static <T> Partitions<T>Partitions. ofSize(List<T> list, int chunkSize)
-