Create a priority queue having the value of the specified original.
Create a priority queue having the same value as the specified original object. Use a copy of the comparator from original to order elements in the priority queue.
| Name | Description |
|---|---|
| original | priority queue to copy |