HomeSort by relevance Sort by last modified time
    Searched refs:newHashSetWithExpectedSize (Results 1 - 14 of 14) sorted by null

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultimap.java 109 return Sets.<V>newHashSetWithExpectedSize(expectedValuesPerKey);
Sets.java 172 HashSet<E> set = newHashSetWithExpectedSize(elements.length);
190 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) {
    [all...]
LinkedListMultimap.java 361 final Set<K> seenKeys = Sets.<K>newHashSetWithExpectedSize(keySet().size());
Maps.java     [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 43 Set<HashCode> hashcodes = Sets.newHashSetWithExpectedSize(objects);
  /external/guava/guava/src/com/google/common/collect/
HashMultimap.java 114 return Sets.<V>newHashSetWithExpectedSize(expectedValuesPerKey);
Sets.java 175 HashSet<E> set = newHashSetWithExpectedSize(elements.length);
193 public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize) {
    [all...]
LinkedListMultimap.java 365 final Set<K> seenKeys = Sets.<K>newHashSetWithExpectedSize(keySet().size());
    [all...]
Maps.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 119 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries);
SetsTest.java 374 HashSet<Integer> set = Sets.newHashSetWithExpectedSize(0);
379 HashSet<Integer> set = Sets.newHashSetWithExpectedSize(1000);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 472 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 166 milliseconds