Searched defs:copyOf (Results 1 – 5 of 5) sorted by relevance
286 public static @NonNull <T> List<T> copyOf(@Nullable List<T> cur) { in copyOf() method in CollectionUtils293 public static @NonNull <T> Set<T> copyOf(@Nullable Set<T> cur) { in copyOf() method in CollectionUtils
67 private static <K, V> Map.Entry<K, V> copyOf(Map.Entry<K, V> entry) { in copyOf() method in ArrayMapCompatTest
823 private static String[] copyOf(String[] original, int newLength) { in copyOf() method in FileProvider829 private static Object[] copyOf(Object[] original, int newLength) { in copyOf() method in FileProvider
319 public static String[] copyOf(String[] source, int newSize) { in copyOf() method in Utils
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...