public final class ArrayUtils extends Object
static Object[]
combine(int size, Object[]... arrays)
static boolean
isEmpty(Object[] array)
subarray(Object[] array, int startIndexInclusive, int endIndexExclusive)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Object[] combine(int size, Object[]... arrays)
public static Object[] subarray(Object[] array, int startIndexInclusive, int endIndexExclusive)
public static boolean isEmpty(Object[] array)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.