Class PackedAStarStorage

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

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