Example #1
0
 public void createQueue() {
   this.minMaxPriorityQueueEx = MinMaxPriorityQueue.maximumSize(200000).create();
 }