Searched defs:toSet (Results 1 – 3 of 3) sorted by relevance
121 public static <T> ArraySet<T> toSet(@Nullable List<T> list) { in toSet() method in ContentCaptureHelper
204 private static ArraySet<ComponentName> toSet(@Nullable ComponentName... comps) { in toSet() method in ContentCaptureOptionsTest
417 public static @NonNull <T> Set<T> toSet(@Nullable Collection<T> cur) { in toSet() method in CollectionUtils