Package com.daniel_nilsson.muscl.util

Interface Summary
PrioQueue A priority queue with integer priorities, lower values means higher priority.
 

Class Summary
HeapPrioQueue This is an implementation of a priority queue using a (binary) heap.
NQueuePrioQueue This is an implementation of a priority queue using N queues.
PrioQueue.Item A small class to associate priorities with objects.
SynchronizedPrioQueue Synchronized wrapper for a priority queue.