public class ArrayUtils extends Object
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
asCollection(String commaDelim)
Return a collection from the comma delimited String.
|
static <T> Set<T> |
asSet(T... element) |
static boolean |
isEmpty(Object[] array) |
static boolean |
isNotEmpty(Object[] array) |
public static boolean isEmpty(Object[] array)
public static boolean isNotEmpty(Object[] array)
public static Collection<String> asCollection(String commaDelim)
commaDelim
- the comma delimited String.public static <T> Set<T> asSet(T... element)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.