-
-
Constructor Summary
Constructors
| Constructor and Description |
JSONNode() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSONNode
public JSONNode()
-
Method Detail
-
is_leaf
public boolean is_leaf()
- Specified by:
is_leaf in class Node
-
left_child
public int left_child()
- Specified by:
left_child in class Node
-
right_child
public int right_child()
- Specified by:
right_child in class Node
-
split_index
public int split_index()
- Specified by:
split_index in class Node
-
split_cond
public int split_cond()
- Specified by:
split_cond in class Node
Copyright © 2021. All Rights Reserved.