class

Crystalline::Containers::SplayTreeMap(K, V)

Inherits Reference / Object

Constructors

Instance methods

[](key : K)
Source
[]=(key, value)
Source
clear
Source
delete(key)
Source
each

Iterates over the map in ascending order.

  • Uses an iterative, not recursive, approach.
Source
get(key : K)
Source
has_key?(key)
Source
height
Source
push(key, value)
Source
size
Source

Nested types