Searched defs:emptyCollection (Results 1 – 2 of 2) sorted by relevance
237 protected MinimalCollection<E> emptyCollection() { in emptyCollection() method in AbstractContainerTester
271 Collection<Integer> emptyCollection = Lists.newArrayList(); in testPutAllCollection() local