Searched refs:rawCollection (Results 1 – 1 of 1) sorted by relevance
349 Collection rawCollection = new ArrayList<Integer>(); in test_addAll_LCollection() local350 result = set.addAll(rawCollection); in test_addAll_LCollection()352 rawCollection.add(1); in test_addAll_LCollection()354 set.addAll(rawCollection); in test_addAll_LCollection()427 rawCollection = new ArrayList<Integer>(); in test_addAll_LCollection()428 result = hugeSet.addAll(rawCollection); in test_addAll_LCollection()430 rawCollection.add(1); in test_addAll_LCollection()432 hugeSet.addAll(rawCollection); in test_addAll_LCollection()797 Collection rawCollection = new ArrayList(); in test_containsAll_LCollection() local798 result = set.containsAll(rawCollection); in test_containsAll_LCollection()[all …]