| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Collections.addAll(Collection<? super T> c,
T... elements)
Adds all of the specified elements to the specified collection.
|
static <T> List<T> |
Arrays.asList(T... a)
Returns a fixed-size list backed by the specified array.
|
Copyright © 2013 API Design. All Rights Reserved.