Package io.usethesource.capsule.util
Class ArrayUtils
java.lang.Object
io.usethesource.capsule.util.ArrayUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final <T> T[]
arrayOf
(T... items) static Object[]
copyAndInsert
(Object[] array, int index, Object elementNew) Deprecated.static Object[]
copyAndMoveToBack
(Object[] array, int indexOld, int indexNew, Object elementNew) static Object[]
copyAndMoveToFront
(Object[] array, int indexOld, int indexNew, Object elementNew) static Object[]
copyAndRemove
(Object[] array, int index) Deprecated.static Object[]
copyAndSet
(Object[] array, int index, Object elementNew) Deprecated.static boolean
-
Constructor Details
-
ArrayUtils
public ArrayUtils()
-
-
Method Details
-
arrayOf
public static final <T> T[] arrayOf(T... items) -
equals
-
copyAndSet
Deprecated. -
copyAndMoveToBack
-
copyAndMoveToFront
-
copyAndInsert
Deprecated. -
copyAndRemove
Deprecated.
-