public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Collection<List<E>> |
selectExactly(List<E> original,
int nb) |
static <E> Collection<List<E>> |
selectUpTo(List<E> original,
int nb) |
public static <E> Collection<List<E>> selectUpTo(List<E> original, int nb)
public static <E> Collection<List<E>> selectExactly(List<E> original, int nb)
Copyright © 2017. All rights reserved.