|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.lib.ArrayUtils
public class ArrayUtils
Collection of array-related operations
Method Summary | ||
---|---|---|
static
|
alloc(Class<T> cls,
int n)
Allocate an array of generic type T (initialized to null) |
|
static
|
copy(T[] array)
Allocation space and copy |
|
static
|
copy(T[] array,
int start,
int finish)
Allocation space and copy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T[] alloc(Class<T> cls, int n)
public static <T> T[] copy(T[] array)
public static <T> T[] copy(T[] array, int start, int finish)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |