key property
A unique key which the node is associated with.
Used for looking up nodes in tree traversal.
Implementation
final int key;
A unique key which the node is associated with.
Used for looking up nodes in tree traversal.
final int key;