Searched defs:copyOf (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/java/util/ |
D | EnumSet.java | 82 public static <E extends Enum<E>> EnumSet<E> copyOf(EnumSet<E> s) { in copyOf() method in EnumSet 102 public static <E extends Enum<E>> EnumSet<E> copyOf(Collection<E> c) { in copyOf() method in EnumSet
|
D | Arrays.java | 2432 public static boolean[] copyOf(boolean[] original, int newLength) { in copyOf() method in Arrays 2451 public static byte[] copyOf(byte[] original, int newLength) { in copyOf() method in Arrays 2470 public static char[] copyOf(char[] original, int newLength) { in copyOf() method in Arrays 2489 public static double[] copyOf(double[] original, int newLength) { in copyOf() method in Arrays 2508 public static float[] copyOf(float[] original, int newLength) { in copyOf() method in Arrays 2527 public static int[] copyOf(int[] original, int newLength) { in copyOf() method in Arrays 2546 public static long[] copyOf(long[] original, int newLength) { in copyOf() method in Arrays 2565 public static short[] copyOf(short[] original, int newLength) { in copyOf() method in Arrays 2584 public static <T> T[] copyOf(T[] original, int newLength) { in copyOf() method in Arrays 2608 public static <T, U> T[] copyOf(U[] original, int newLength, Class<? extends T[]> newType) { in copyOf() method in Arrays
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |