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

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java61 * <p>The number of dimensions of the new array must not
71 * Void#TYPE} or if the number of dimensions of the requested array
83 * with the specified component type and dimensions.
86 * has {@code dimensions.length} dimensions and
89 * number of dimensions of the new array is equal to the sum
90 * of {@code dimensions.length} and the number of
91 * dimensions of {@code componentType}. In this case, the
95 * <p>The number of dimensions of the new array must not
100 * @param dimensions a
112 newInstance(Class<?> componentType, int... dimensions) argument
811 createMultiArray(Class<?> componentType, int[] dimensions) argument
[all...]

Completed in 185 milliseconds