Inherits from Wombat.Containers.MapEntry
Name | |
---|---|
Node(object key, object value) | |
object | getKey() |
object | getValue() |
object | setValue(object value) |
bool | IsRed(Node node) |
bool | IsBlack(Node node) |
Name | |
---|---|
object | Key |
object | Value |
Node | Left |
Node | Right |
NodeColor | Color |
Node? | this[bool direction] |
Node(
object key,
object value
)
object getKey()
object getValue()
object setValue(
object value
)
static bool IsRed(
Node node
)
static bool IsBlack(
Node node
)
object Key;
object Value;
Node Left;
Node Right;
NodeColor Color;
Node? this[bool direction];
Updated on 2023-03-31 at 15:30:17 +0100