Searched defs:newHashSetWithExpectedSize (Results 1 – 6 of 6) sorted by relevance
64 static <T> HashSet<T> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in DaggerCollections
50 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
266 public static <E extends @Nullable Object> HashSet<E> newHashSetWithExpectedSize( in newHashSetWithExpectedSize() method in Sets
52 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
44 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform