Home | History | Annotate | Download | only in collect

Lines Matching defs:emptyList

276     assertEquals(Collections.emptyList(), list);
281 assertEquals(Collections.emptyList(), list);
284 assertEquals(Collections.emptyList(), bigger);
297 assertEquals(Collections.emptyList(), list);
300 assertEquals(Collections.emptyList(), bigger);
342 assertEquals(Collections.emptyList(), list);
358 assertEquals(Collections.emptyList(), list);
526 assertEquals(Collections.emptyList(), fromList);
626 assertEquals(Collections.emptyList(), list);
659 assertEquals(Collections.emptyList(), fromList);
807 List<Integer> source = Collections.emptyList();