Uses of Package
goldman.collection.tagged.priority

Packages that use goldman.collection.tagged.priority
goldman.collection.tagged.priority A tagged priority queue is the tagged version of a priority queue. 
 

Classes in goldman.collection.tagged.priority used by goldman.collection.tagged.priority
TaggedPriorityQueue
          The TaggedPriorityQueue ADT is a tagged version of the priority queue ADT.
TaggedPriorityQueueWrapper
          The tagged priority queue wrapper can wrap any priority queue implementation, where each element in the priority queue is a tagged element.