nodeMap property

Map<Coordinate, Node?> nodeMap
getter/setter pair

Implementation

Map<Coordinate, Node?> nodeMap = new SplayTreeMap();