Public Methods |
static
void
|
addAll(Collection collection, Object[] array)
|
static
int
|
countTrue(boolean[] array)
|
static
int[]
|
fillArray(int value, int length)
|
static
String[]
|
fillArray(String value, int length)
|
static
LockMode[]
|
fillArray(LockMode lockMode, int length)
|
static
LockOptions[]
|
fillArray(LockOptions lockOptions, int length)
|
static
int[]
|
getBatchSizes(int maxBatchSize)
|
static
int
|
hash(Object[] array)
calculate the array hash (only the first level)
|
static
int
|
hash(byte[] bytes)
calculate the array hash (only the first level)
|
static
int
|
hash(char[] array)
calculate the array hash (only the first level)
|
static
int
|
indexOf(Object[] array, Object object)
|
static
boolean
|
isAllFalse(boolean[] array)
|
static
boolean
|
isAllNegative(int[] array)
|
static
boolean
|
isAllTrue(boolean[] array)
|
static
boolean
|
isEquals(char[] o1, char[] o2)
Compare 2 arrays only at the first level
|
static
boolean
|
isEquals(Object[] o1, Object[] o2)
Compare 2 arrays only at the first level
|
static
boolean
|
isEquals(byte[] b1, byte[] b2)
Compare 2 arrays only at the first level
|
static
String[]
|
join(String[] x, String[] y, boolean[] use)
|
static
int[]
|
join(int[] x, int[] y)
|
static
String[]
|
join(String[] x, String[] y)
|
static
Object[]
|
slice(Object[] objects, int begin, int length)
|
static
String[]
|
slice(String[] strings, int begin, int length)
|
static
int[][]
|
to2DIntArray(Collection coll)
|
static
String[][]
|
to2DStringArray(Collection coll)
|
static
boolean[]
|
toBooleanArray(Collection coll)
|
static
int[]
|
toIntArray(Collection coll)
|
static
List
|
toList(Object array)
|
static
List
|
toList(Iterator iter)
|
static
String
|
toString(Object[] array)
|
static
String[]
|
toStringArray(Object[] objects)
|
static
String[]
|
toStringArray(Collection coll)
|
static
Type[]
|
toTypeArray(Collection coll)
|
static
Object[]
|
typecast(Object[] array, Object[] to)
|