Uses of Class
pro.horde.os.cutils.collection.ListPartition
-
Packages that use ListPartition Package Description pro.horde.os.cutils.collection -
-
Uses of ListPartition in pro.horde.os.cutils.collection
Methods in pro.horde.os.cutils.collection that return ListPartition Modifier and Type Method Description ListPartition<T>ListPartition. into(int sublistSize)Method used to get partition size.static <T> ListPartition<T>ListPartition. of(List<? extends T> list)Method to receive the list to be partitioned.
-