Uses of Interface
edu.trinity.cs.gamecore.PriorityQueue

Packages that use PriorityQueue
edu.trinity.cs.gamecore   
edu.trinity.cs.gamecore.basic   
 

Uses of PriorityQueue in edu.trinity.cs.gamecore
 

Classes in edu.trinity.cs.gamecore that implement PriorityQueue
 class ListBasedPriorityQueue<B extends Block<B,E>,E extends GameEntity<B,E>>
          This is an implementation of the PriorityQueue interface that uses a linked list.
 

Methods in edu.trinity.cs.gamecore that return PriorityQueue
 PriorityQueue<B,E> GameSetup.getPriorityQueue()
          Return the priority queue that you are using for the game.
 PriorityQueue EditorSetup.getPriorityQueue()
           
 

Uses of PriorityQueue in edu.trinity.cs.gamecore.basic
 

Methods in edu.trinity.cs.gamecore.basic that return PriorityQueue
 PriorityQueue<BasicBlock,BasicEntity> BasicGameSetup.getPriorityQueue()
          Return the priority queue that you are using for the game.