Searched refs:populatedSet (Results 1 – 6 of 6) sorted by relevance
34 static CopyOnWriteArraySet<Integer> populatedSet(int n) { in populatedSet() method in CopyOnWriteArraySetTest44 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet() method in CopyOnWriteArraySetTest78 Set full = populatedSet(3); in testAddAll()89 Set full = populatedSet(3); in testAddAll2()101 Set full = populatedSet(3); in testAdd2()110 Set full = populatedSet(3); in testAdd3()119 Collection full = populatedSet(3); in testClear()129 Collection full = populatedSet(3); in testContains()138 CopyOnWriteArraySet a = populatedSet(3); in testEquals()139 CopyOnWriteArraySet b = populatedSet(3); in testEquals()[all …]
41 private NavigableSet<Integer> populatedSet(int n) { in populatedSet() method in TreeSubSetTest125 NavigableSet q = populatedSet(SIZE); in testSize()233 NavigableSet q = populatedSet(SIZE); in testPoll()244 NavigableSet q = populatedSet(SIZE); in testRemoveElement()265 NavigableSet q = populatedSet(SIZE); in testContains()277 NavigableSet q = populatedSet(SIZE); in testClear()291 NavigableSet q = populatedSet(SIZE); in testContainsAll()305 NavigableSet q = populatedSet(SIZE); in testRetainAll()306 NavigableSet p = populatedSet(SIZE); in testRetainAll()325 NavigableSet q = populatedSet(SIZE); in testRemoveAll()[all …]
40 private NavigableSet<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentSkipListSubSetTest128 NavigableSet q = populatedSet(SIZE); in testSize()236 NavigableSet q = populatedSet(SIZE); in testPoll()247 NavigableSet q = populatedSet(SIZE); in testRemoveElement()268 NavigableSet q = populatedSet(SIZE); in testContains()280 NavigableSet q = populatedSet(SIZE); in testClear()294 NavigableSet q = populatedSet(SIZE); in testContainsAll()308 NavigableSet q = populatedSet(SIZE); in testRetainAll()309 NavigableSet p = populatedSet(SIZE); in testRetainAll()328 NavigableSet q = populatedSet(SIZE); in testRemoveAll()[all …]
50 private TreeSet<Integer> populatedSet(int n) { in populatedSet() method in TreeSetTest162 TreeSet q = populatedSet(SIZE); in testSize()177 TreeSet q = populatedSet(SIZE); in testAddNull()271 TreeSet q = populatedSet(SIZE); in testPollFirst()282 TreeSet q = populatedSet(SIZE); in testPollLast()293 TreeSet q = populatedSet(SIZE); in testRemoveElement()314 TreeSet q = populatedSet(SIZE); in testContains()326 TreeSet q = populatedSet(SIZE); in testClear()340 TreeSet q = populatedSet(SIZE); in testContainsAll()354 TreeSet q = populatedSet(SIZE); in testRetainAll()[all …]
167 static Set<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentHashMap8Test177 static Set populatedSet(Integer[] elements) { in populatedSet() method in ConcurrentHashMap8Test234 Set full = populatedSet(3); in testAddAll()246 Set full = populatedSet(3); in testAddAll2()258 Set full = populatedSet(3); in testAdd2()267 Set full = populatedSet(3); in testAdd3()291 Set full = populatedSet(3); in testAdd5()346 Set full = populatedSet(3); in testClear()355 Set full = populatedSet(3); in testContains()364 Set a = populatedSet(3); in testEquals()[all …]
45 private ConcurrentSkipListSet<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentSkipListSetTest158 ConcurrentSkipListSet q = populatedSet(SIZE); in testSize()267 ConcurrentSkipListSet q = populatedSet(SIZE); in testPollFirst()278 ConcurrentSkipListSet q = populatedSet(SIZE); in testPollLast()289 ConcurrentSkipListSet q = populatedSet(SIZE); in testRemoveElement()310 ConcurrentSkipListSet q = populatedSet(SIZE); in testContains()322 ConcurrentSkipListSet q = populatedSet(SIZE); in testClear()336 ConcurrentSkipListSet q = populatedSet(SIZE); in testContainsAll()350 ConcurrentSkipListSet q = populatedSet(SIZE); in testRetainAll()351 ConcurrentSkipListSet p = populatedSet(SIZE); in testRetainAll()[all …]