public class Collections extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
merge(T pFirst,
T... pRest)
A convenience method to merge a single argument plus the (possibly zero) remaining values.
|
public static <T> List<T> merge(T pFirst, T... pRest)
T - the typepFirst - the first (required) valuespRest - the remaining valuesCopyright © 2018. All Rights Reserved.