Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Crystalline::Containers::SplayTreeMap(K, V)
Inherits
Reference
/
Object
Constructors
new
Source
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
max
Source
min
Source
push
(key, value)
Source
size
Source
Nested types
Crystalline::Containers::SplayTreeMap::Node(K, V)