Searched defs:emptyCollection (Results 1 – 3 of 3) sorted by relevance
41 private static Collection<Integer> emptyCollection() { in emptyCollection() method in IsEmptyIterableTest
42 private static Collection<Integer> emptyCollection() { in emptyCollection() method in IsEmptyCollectionTest
244 protected MinimalCollection<E> emptyCollection() { in emptyCollection() method in AbstractContainerTester