Home
last modified time | relevance | path

Searched refs:zeroLengthArray (Results 1 – 4 of 4) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_MapTest.java134 T[] zeroLengthArray = createArray(elementType, 0); in crossCheckOrdering() local
135 T[] set1TypedArray1 = set1.toArray(zeroLengthArray); in crossCheckOrdering()
169 T[] set2TypedArray1 = set2.toArray(zeroLengthArray); in crossCheckOrdering()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollectionsTest.java2353 T[] zeroLengthArray = createArray(elementType, 0); in crossCheckOrdering() local
2354 T[] set1TypedArray1 = set1.toArray(zeroLengthArray); in crossCheckOrdering()
2388 T[] set2TypedArray1 = set2.toArray(zeroLengthArray); in crossCheckOrdering()
/libcore/ojluni/src/main/java/java/util/
DCollections.java3400 static <T> T[] zeroLengthArray(Class<T> type) {
3474 (zeroLengthElementArray = zeroLengthArray(type));
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java242 static <T> T[] zeroLengthArray(java.lang.Class<T> type) { in zeroLengthArray() method in Collections