Searched defs:copyOf (Results 1 – 3 of 3) sorted by relevance
294 public static @NonNull <T> List<T> copyOf(@Nullable List<T> cur) { in copyOf() method in CollectionUtils301 public static @NonNull <T> Set<T> copyOf(@Nullable Set<T> cur) { in copyOf() method in CollectionUtils
319 public static String[] copyOf(String[] source, int newSize) { in copyOf() method in Utils
887 private byte[] copyOf(byte[] data) { in copyOf() method in LockSettingsStorage.Cache