Searched defs:zeroLengthArray (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java3065 static <T> T[] zeroLengthArray(Class<T> type) { method in class:Collections
3131 (zeroLengthElementArray = zeroLengthArray(type));

Completed in 36 milliseconds