Trying to save arrays in a list like this:
for (Point neighbor: RecentNeighbor) { double fValue = map.getCost(CurrentPoint, neighbor);