Node in the Tree. Doubles as a means to pass key-value pairs back to user (see MapEntry).
Make a new cell with given key, value, and parent, and with {@code null} child links, and BLACK color.
See Implementation
Node in the Tree. Doubles as a means to pass key-value pairs back to user (see MapEntry).