Crystalline::Containers::SplayTreeMap::Node(K, V)
Inherits Reference / Object
private
Constructors
new(key : K | Nil, value : V | Nil, left : Nil | Crystalline::Containers::SplayTreeMap::Node(K, V) = nil, right : Nil | Crystalline::Containers::SplayTreeMap::Node(K, V) = nil)
SourceInstance methods
key=(key : K)
Sourceleft
Sourceleft=(left : Node(K, V) | Nil)
Sourceright
Sourceright=(right : Node(K, V) | Nil)
Sourcevalue=(value : V)
Source