Home | History | Annotate | Download | only in collect

Lines Matching defs:newHashSet

20 import static com.google.common.collect.Sets.newHashSet;
221 assertEquals(newHashSet(elements), multimap.get("foo"));
249 assertEquals(newHashSet(elements), multimap.entries());
314 assertEquals(newHashSet(elements), multimap.keySet());
324 (Collection<Integer>) Sets.newHashSet(2, 3, 6)),
326 (Collection<Integer>) Sets.newHashSet(4, 5, 10, 11)),
328 (Collection<Integer>) Sets.newHashSet(7, 8)),
330 (Collection<Integer>) Sets.newHashSet(9)),
332 (Collection<Integer>) Sets.newHashSet(12, 13, 14))
353 assertEquals(newHashSet(elements), multimap.asMap().entrySet());