A simple re-implementation of a priority queue that offers a much better performance for remove(Object) operations than the standard PriorityQueue, but uses more memory to manage the data. Including Tests
Authored by: mrieser 2009-08-15
Parent: [r8397]
Child: [r8399]