Class Node
- java.lang.Object
-
- g0401_0500.s0427_construct_quad_tree.Node
-
public class Node extends Object
-
-
Field Summary
Fields Modifier and Type Field Description NodebottomLeftNodebottomRightbooleanisLeafNodetopLeftNodetopRightbooleanval
-