Searched defs:emptyArray (Results 1 – 2 of 2) sorted by relevance
47 static jbyteArray emptyArray = nullptr; variable
161 public static <T> T[] emptyArray(Class<T> kind) { in emptyArray() method in ArrayUtils