Package com.amazonaws.util
Class CollectionUtils
- java.lang.Object
-
- com.amazonaws.util.CollectionUtils
-
public class CollectionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> boolean
isNullOrEmpty(Collection<T> collection)
static <T> List<T>
mergeLists(List<T> list1, List<T> list2)
Returns a new list containing the second list appended to the first list.
-
-
-
Method Detail
-
isNullOrEmpty
public static <T> boolean isNullOrEmpty(Collection<T> collection)
-
-