Node._children

Only non-leaf (internal) nodes have children.

class Node
package
Node[MAX_DEGREE] _children;

Meta