Home
last modified time | relevance | path

Searched defs:newHashSet (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DSets.java47 public static <K> HashSet<K> newHashSet() { in newHashSet() method in Sets
68 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets