Home
last modified time | relevance | path

Searched refs:createDisjointCollection (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListAddAllAtIndexTester.java139 getList().addAll(getNumElements() / 2, createDisjointCollection())); in testAddAllAtIndex_middle()
140 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle()
147 getList().addAll(getNumElements(), createDisjointCollection())); in testAddAllAtIndex_end()
148 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
DCollectionAddAllTester.java70 collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent()
77 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
DMapPutAllTester.java80 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent()
87 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DCollectionAddAllTester.java67 collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent()
74 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
DMapPutAllTester.java77 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent()
84 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java239 protected MinimalCollection<E> createDisjointCollection() { in createDisjointCollection() method in AbstractContainerTester
DAbstractMapTester.java156 createDisjointCollection() { in createDisjointCollection() method in AbstractMapTester