public final class Lists extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
append(List<T> coll,
T appendee) |
static <T> T |
getOnlyElement(Iterable<T> elems) |
static <T> boolean |
isNullOrEmpty(Collection<T> list) |
static <T> List<T> |
union(List<T> list1,
List<T> list2) |
Copyright © 2015. All Rights Reserved.