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

/libcore/luni/src/main/java/java/sql/
H A DArray.java25 public interface Array { interface
31 * @return A Java array containing the elements of this Array
47 * @return A Java array containing the desired set of elements from this Array
66 * @return A Java array containing the desired set of elements from this Array
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
H A DArray.java30 public class Array { class
33 private Array() { method in class:Array
47 * for printing. Array length can be up to 32767
/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java38 public final class Array { class
39 private Array() { method in class:Array
47 throw new IllegalArgumentException("Array has incompatible type: " + o.getClass());

Completed in 40 milliseconds