Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java196 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Sets
/external/guava/guava/src/com/google/common/collect/
DSets.java200 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize() method in Sets