public final class ArrayUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
checkElementIndexIsInRange(int elementIndex,
int length)
This method checks given elementIndex is less than or equals to length and elementIndex is greater than zero.
|
static byte[] |
concat(byte[] a,
byte[] b) |
static <T> T[] |
concat(T[] a,
T[] b) |
static <T> boolean |
isNotEmpty(T[] a) |
public static <T> T[] concat(T[] a, T[] b)
public static byte[] concat(byte[] a, byte[] b)
public static <T> boolean isNotEmpty(T[] a)
public static boolean checkElementIndexIsInRange(int elementIndex, int length)
elementIndex
- this value will be checked grater than zero and less than or equal to length.length
- length to compareCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries