public final class ArrayUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
combine(Class<T> type,
T first,
T second,
T... rest) |
static Object[] |
combine(int size,
Object[]... arrays) |
static boolean |
isEmpty(Object[] array) |
static Object[] |
subarray(Object[] array,
int startIndexInclusive,
int endIndexExclusive) |
Copyright © 2007–2016 Querydsl. All rights reserved.