java.lang.Object
org.apache.jena.atlas.lib.ArrayUtils
Collection of array-related operations
-
Method Summary
-
Method Details
-
alloc
Allocate an array of generic type T (initialized to null) -
copy
public static <T> T[] copy(T[] array) Allocation space and copy -
copy
public static <T> T[] copy(T[] array, int start, int finish) Allocation space and copy
-