public class SetUtils extends Object
| Constructor and Description |
|---|
SetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Set<T>> |
split(Set<T> original,
int subsetSize)
Split a set into subsets
|
Copyright © 2022 Apache Software Foundation. All rights reserved.