public final class ArrayUtils extends Object
ArrayUtils()
static <T> T
elementAt(T[] array, int index, T defaultValue)
static boolean
isEmpty(Object[] array)
isNotEmpty(Object[] array)
static int
length(Object[] array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayUtils()
public static <T> T elementAt(T[] array, int index, T defaultValue)
public static boolean isEmpty(Object[] array)
public static boolean isNotEmpty(Object[] array)
public static int length(Object[] array)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.