vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.74k stars 194 forks source link

Removed excessive init in HeapIndirectPriorityQueue constructor #276

Closed hpple closed 1 year ago

hpple commented 2 years ago

Hi!

It looks like the work is already done in super constructor

vigna commented 1 year ago

Yep, you're right.