Node
bottomLeft
bottomRight
boolean
isLeaf
topLeft
topRight
val
Node(boolean val, boolean isLeaf)
Node(boolean val, boolean isLeaf, Node topLeft, Node topRight, Node bottomLeft, Node bottomRight)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object