public final class ArrayUtil
extends Object
Various static helper methods.
- Since:
- 3.4
- Author:
- Eike Stepper
-
Method Summary
static <T> T[]
add(T[] array,
T element)
static <T> T[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
add
public static <T> T[] add(T[] array,
T element)
-
remove
public static <T> T[] remove(T[] array,
T element)
-