| Package | Description |
|---|---|
| blogspot.software_and_algorithms.stern_library.data_structure |
| Modifier and Type | Method and Description |
|---|---|
RedBlackTree.Node.NodeColor |
RedBlackTree.Node.getColor()
Get the color.
|
static RedBlackTree.Node.NodeColor |
RedBlackTree.Node.NodeColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedBlackTree.Node.NodeColor[] |
RedBlackTree.Node.NodeColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedBlackTree.Node.setColor(RedBlackTree.Node.NodeColor color)
Set the color.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.