com.opensymphony.xwork2.util
Class ArrayUtils

java.lang.Object
  extended by com.opensymphony.xwork2.util.ArrayUtils

public class ArrayUtils
extends Object

Author:
Dan Oxlade, dan d0t oxlade at gmail d0t c0m

Constructor Summary
ArrayUtils()
           
 
Method Summary
static boolean isEmpty(Object[] array)
           
static boolean isNotEmpty(Object[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

isEmpty

public static boolean isEmpty(Object[] array)

isNotEmpty

public static boolean isNotEmpty(Object[] array)


Copyright © 2009 OpenSymphony. All Rights Reserved.