public final class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<List<T>> |
divideIterable(Iterable<T> source,
int subListSize)
Deprecated.
|
@Deprecated public static <T> List<List<T>> divideIterable(Iterable<T> source, int subListSize)
Copyright © 2020. All rights reserved.