JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
de.arstwo.twotil.Partition
Packages that use
Partition
Package
Description
de.arstwo.twotil
Uses of
Partition
in
de.arstwo.twotil
Methods in
de.arstwo.twotil
that return
Partition
Modifier and Type
Method
Description
static <T>
Partition
<T>
Partition.
of
(
List
<T> list, int chunkSize)
Creates a partitioned view of a given list with a given chunk size.