Searched refs:nullSortedSet (Results 1 – 1 of 1) sorted by relevance
64 final SortedSet<String> nullSortedSet in test() local66 nullSortedSet.add(null); in test()103 new PriorityQueue<String>(nullSortedSet); in test()106 new PriorityBlockingQueue<String>(nullSortedSet); in test()110 new PriorityQueue<String>((Collection<String>) nullSortedSet); in test()113 new PriorityBlockingQueue<String>((Collection<String>) nullSortedSet); in test()149 nullSortedSet.add("foo"); in test()167 new PriorityQueue<String>(nullSortedSet); in test()170 new PriorityBlockingQueue<String>(nullSortedSet); in test()174 new PriorityQueue<String>((Collection<String>) nullSortedSet); in test()[all …]