|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.util.ArrayUtils
public class ArrayUtils
| Constructor Summary | |
|---|---|
ArrayUtils()
|
|
| Method Summary | ||
|---|---|---|
static java.util.Collection<java.lang.String> |
asCollection(java.lang.String commaDelim)
Return a collection from the comma delimited String. |
|
static
|
asSet(T... element)
|
|
static boolean |
isEmpty(java.lang.Object[] array)
|
|
static boolean |
isNotEmpty(java.lang.Object[] array)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayUtils()
| Method Detail |
|---|
public static boolean isEmpty(java.lang.Object[] array)
public static boolean isNotEmpty(java.lang.Object[] array)
public static java.util.Collection<java.lang.String> asCollection(java.lang.String commaDelim)
commaDelim - the comma delimited String.
public static <T> java.util.Set<T> asSet(T... element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||