public class ArraysUtils extends Object
| Constructor and Description |
|---|
ArraysUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
asNonNullList(T... a) |
static <T extends ASTCssNode> |
deeplyClonedList(List<T> list) |
static <T> T |
last(List<T> values) |
static <T> List<T> |
remaining(Iterator<T> iterator) |
Copyright © 2012-2013. All Rights Reserved.