nodes property

Map<Quadrant, Quadtree<O>> nodes
final

Subnodes of the Quadtree.

Implementation

final Map<Quadrant, Quadtree<O>> nodes;