se.unlogic.standardutils.arrays
Class ArrayUtils

java.lang.Object
  extended by se.unlogic.standardutils.arrays.ArrayUtils

public class ArrayUtils
extends Object


Constructor Summary
ArrayUtils()
           
 
Method Summary
static boolean isEmpty(Object[] array)
           
static
<T> T[]
toArray(T... values)
           
 
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

toArray

public static <T> T[] toArray(T... values)

isEmpty

public static boolean isEmpty(Object[] array)


Copyright © 2011. All Rights Reserved.