com.mysema.util
Class ArrayUtils

java.lang.Object
  extended by com.mysema.util.ArrayUtils

public final class ArrayUtils
extends Object

Author:
tiwe

Method Summary
static Object[] combine(int size, Object[]... arrays)
           
static Object[] subarray(Object[] array, int startIndexInclusive, int endIndexExclusive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

combine

public static Object[] combine(int size,
                               Object[]... arrays)

subarray

public static Object[] subarray(Object[] array,
                                int startIndexInclusive,
                                int endIndexExclusive)


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.