public final class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static BitSet |
bitSetOf(int... values) |
static <T> List<T> |
listOf(List<? extends T>... lists)
Creates an unmodifiable and efficient (for
RandomAccess lists) List which is the concatenation of
several other Lists. |
public static BitSet bitSetOf(int... values)
@SafeVarargs public static <T> List<T> listOf(List<? extends T>... lists)
RandomAccess lists) List which is the concatenation of
several other Lists.