コード例 #1
0
 @Override
 protected <T> PriorityQueue<T> fill(int n, Supplier<? extends T> s) {
   return PriorityQueue.fill(n, s);
 }