Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/collect/
DPlatform.java58 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform
DSets.java349 public static <E extends @Nullable Object> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets
/external/guava/guava/src/com/google/common/collect/
DPlatform.java65 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform
DSets.java351 public static <E extends @Nullable Object> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DPlatform.java56 static <E> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform