class Crystalline::Containers::SplayTreeMap(K, V)
- Crystalline::Containers::SplayTreeMap(K, V)
- Reference
- Object
Defined in:
containers/splay_tree_map.crConstructors
Instance Method Summary
- #[](key : K)
- #[]=(key, value)
- #clear
- #delete(key)
-
#each(&)
Iterates over the map in ascending order.
- #get(key : K)
- #has_key?(key)
- #height
- #max
- #min
- #push(key, value)
- #size