Home | History | Annotate | Download | only in collect

Lines Matching defs:emptyList

256     Iterator<String> iterator = Collections.<String>emptyList().iterator();
289 List<String> expected = Collections.emptyList();
304 Iterator<String> unfiltered = Collections.<String>emptyList().iterator();
313 List<String> expected = Collections.emptyList();
552 assertEquals(Collections.emptyList(), iterable);
582 assertEquals(Collections.emptyList(), iterable);
625 assertEquals(Collections.emptyList(), iterable);
1199 Iterator<String> iterator = Collections.<String>emptyList().iterator();