v2.2.0
Quick changelog:
- Fixes .iterator() method to follow Java's PriorityQueue implementation:
The Iterator provided in method iterator() is not guaranteed to traverse the elements of the priority queue in any particular order.
Quick changelog:
The Iterator provided in method iterator() is not guaranteed to traverse the elements of the priority queue in any particular order.