How do I get a PriorityQueue
to sort on what I want it to sort on?
Also, is there a difference between the offer
and add
methods?
How do I get a PriorityQueue
to sort on what I want it to sort on?
Also, is there a difference between the offer
and add
methods?