Package ix.isim.util

Interface Summary
LongPriorityQueue This class represents a priority queue, that is a queue in which elements can be held and from which they can be retrieved by priority.
 

Class Summary
LongKeyTreeMap This is a Red-Black-Tree-based implementation of a sorted map, mapping longs to objects.
LongKeyTreeMap.Entry A node in the tree.
TreeOfListsLongPriorityQueue This class represents a priority queue, that is a queue in which elements can be held and from which they can be retrieved by priority.