Searched refs:newConcurrentDeques (Results 1 – 1 of 1) sorted by relevance
276 List<Queue<Integer>> list = new ArrayList<>(newConcurrentDeques()); in newConcurrentQueues()290 private static List<Deque<Integer>> newConcurrentDeques() { in newConcurrentDeques() method in RacingCollections298 List<Deque<Integer>> list = newConcurrentDeques(); in newDeques()356 for (Deque<Integer> y : newConcurrentDeques()) { in realMain()