-
- All Implemented Interfaces:
public final class Node
-
-
Method Summary
Modifier and Type Method Description final Node
getTopLeft()
final Unit
setTopLeft(Node topLeft)
final Node
getTopRight()
final Unit
setTopRight(Node topRight)
final Node
getBottomLeft()
final Unit
setBottomLeft(Node bottomLeft)
final Node
getBottomRight()
final Unit
setBottomRight(Node bottomRight)
final Boolean
getVal()
final Unit
setVal(Boolean val)
final Boolean
getIsLeaf()
final Unit
setIsLeaf(Boolean isLeaf)
String
toString()
-
-
Method Detail
-
getTopLeft
final Node getTopLeft()
-
setTopLeft
final Unit setTopLeft(Node topLeft)
-
getTopRight
final Node getTopRight()
-
setTopRight
final Unit setTopRight(Node topRight)
-
getBottomLeft
final Node getBottomLeft()
-
setBottomLeft
final Unit setBottomLeft(Node bottomLeft)
-
getBottomRight
final Node getBottomRight()
-
setBottomRight
final Unit setBottomRight(Node bottomRight)
-
-
-
-