Searched defs:newHashSetWithExpectedSize (Results 1 – 6 of 6) sorted by relevance
65 static <T> HashSet<T> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in DaggerCollections
46 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
240 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Sets
49 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
290 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Sets
42 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform