Closed greenlaw110 closed 6 years ago
Proposed API:
public static <T> List<T> randomSubList(List<T> list); public static <T> List<T> randomSubList(List<T> list, int minSize);
Proposed API: