I have the following class:
public abstract class Map { protected PriorityQueue openNodes; }
My implementation currently work