Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/
DDaggerCollections.java64 static <T> HashSet<T> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in DaggerCollections
/external/guava/android/guava/src/com/google/common/collect/
DPlatform.java50 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
DSets.java266 public static <E extends @Nullable Object> HashSet<E> newHashSetWithExpectedSize( in newHashSetWithExpectedSize() method in Sets
/external/guava/guava/src/com/google/common/collect/
DPlatform.java52 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform
DSets.java266 public static <E extends @Nullable Object> HashSet<E> newHashSetWithExpectedSize( in newHashSetWithExpectedSize() method in Sets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DPlatform.java44 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Platform