Class Node
-
- All Implemented Interfaces:
public final class Node
-
-
Method Summary
Modifier and Type Method Description final NodegetTopLeft()final UnitsetTopLeft(Node topLeft)final NodegetTopRight()final UnitsetTopRight(Node topRight)final NodegetBottomLeft()final UnitsetBottomLeft(Node bottomLeft)final NodegetBottomRight()final UnitsetBottomRight(Node bottomRight)final BooleangetVal()final UnitsetVal(Boolean val)final BooleanisLeaf()final UnitsetLeaf(Boolean isLeaf)StringtoString()-
-
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)
-
-
-
-