From e2482507ff328d9aaec3e9b765e8eb76e57a1d47 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 19 Nov 2010 19:25:41 -0800 Subject: cherry pick from gingerbread: I14e59a2281fac9a437ebf52df4c846e7a1e9cc4a Do not merge: Doc change: API diff report for gingerbread. Change-Id: Ib6d916f76614ddcb80760fb89f6bb3d7d66344b8 --- .../sdk/api_diff/9/changes/java.util.Arrays.html | 318 +++++++++++++++++++++ 1 file changed, 318 insertions(+) create mode 100644 docs/html/sdk/api_diff/9/changes/java.util.Arrays.html (limited to 'docs/html/sdk/api_diff/9/changes/java.util.Arrays.html') diff --git a/docs/html/sdk/api_diff/9/changes/java.util.Arrays.html b/docs/html/sdk/api_diff/9/changes/java.util.Arrays.html new file mode 100644 index 0000000..da28c78 --- /dev/null +++ b/docs/html/sdk/api_diff/9/changes/java.util.Arrays.html @@ -0,0 +1,318 @@ + + + + + + + + + +java.util.Arrays + + + + + + + + + + +
+
+
+

+Class java.util.Arrays +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + int binarySearch(T[], int, int, T, Comparator<?, super, T>) +  
+ + int binarySearch(byte[], int, int, byte) +  
+ + int binarySearch(char[], int, int, char) +  
+ + int binarySearch(double[], int, int, double) +  
+ + int binarySearch(float[], int, int, float) +  
+ + int binarySearch(int[], int, int, int) +  
+ + int binarySearch(Object[], int, int, Object) +  
+ + int binarySearch(long[], int, int, long) +  
+ + int binarySearch(short[], int, int, short) +  
+ + T[] copyOf(T[], int) +  
+ + T[] copyOf(U[], int, Class<?, extends, T[]>) +  
+ + boolean[] copyOf(boolean[], int) +  
+ + byte[] copyOf(byte[], int) +  
+ + char[] copyOf(char[], int) +  
+ + double[] copyOf(double[], int) +  
+ + float[] copyOf(float[], int) +  
+ + int[] copyOf(int[], int) +  
+ + long[] copyOf(long[], int) +  
+ + short[] copyOf(short[], int) +  
+ + T[] copyOfRange(T[], int, int) +  
+ + T[] copyOfRange(U[], int, int, Class<?, extends, T[]>) +  
+ + boolean[] copyOfRange(boolean[], int, int) +  
+ + byte[] copyOfRange(byte[], int, int) +  
+ + char[] copyOfRange(char[], int, int) +  
+ + double[] copyOfRange(double[], int, int) +  
+ + float[] copyOfRange(float[], int, int) +  
+ + int[] copyOfRange(int[], int, int) +  
+ + long[] copyOfRange(long[], int, int) +  
+ + short[] copyOfRange(short[], int, int) +  
+  + +

+ +
+
+ + + + -- cgit v1.1