Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal

mutable_tree_map

container.mutable_tree_map

§
(LM 
type
, KEY 
type
, VAL 
type
)
:
Mutable_Map KEY, VAL
 is
 
[Private constructor]

Type Parameters

Functions

§
 => 
String  
[Inherited from  Mutable_Map]

redefines:

§
 => 
Type  
[Inherited from  Any]
§
(k container.mutable_tree_map.KEY)
 => 
option container.mutable_tree_map.VAL  
[Redefinition of  container.Mutable_Map.get]
§
(k container.Mutable_Map.K, v container.Mutable_Map.V)
 => 
container.Mutable_Map.V  
[Inherited from  Mutable_Map]
§
(k container.Mutable_Map.K)
 => 
bool  
[Inherited from  Mutable_Map]
§
(k container.Mutable_Map.K)
 => 
option container.Mutable_Map.V  
[Inherited from  Mutable_Map]
§
(k container.Mutable_Map.K, v container.Mutable_Map.V)
 => 
unit  
[Inherited from  Mutable_Map]
§
 => 
String  
[Inherited from  Any]
§
(k container.mutable_tree_map.KEY, v container.mutable_tree_map.VAL)
 => 
unit  
[Redefinition of  container.Mutable_Map.put]
§
(key container.mutable_tree_map.KEY)
 => 
option container.mutable_tree_map.VAL  
[Redefinition of  container.Mutable_Map.remove]
§
(k container.mutable_tree_map.KEY, v container.mutable_tree_map.VAL)
 => 
option container.mutable_tree_map.VAL
§
 => 
i32  
[Redefinition of  container.Mutable_Map.size]

Type Functions

§
 => 
String  
[Inherited from  Type]

redefines:

§
 => 
Type  
[Inherited from  Type]

redefines:

§
(T 
type
)
 => 
bool  
[Inherited from  Type]
§
 => 
String  
[Inherited from  Type]
§
 => 
String  
[Inherited from  Type]

redefines:

§
 => 
Type  
[Inherited from  Any]