Class SimpleAStarStorage

java.lang.Object
net.citizensnpcs.api.astar.SimpleAStarStorage
All Implemented Interfaces:
AStarStorage

public class SimpleAStarStorage extends Object implements AStarStorage
A base implementation of AStarStorage that uses a PriorityQueue for the frontier and HashMaps for the open/closed sets.