I_Immutable_Map (Interface)
Extends: I_Immutable_Collection
Methods
Contains
Returns: BOOL
Checks if key is contained in the map.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Key to find. |
Get
Returns: I_Immutable_Map
Gets the value associated with the specified key without removing it from the map.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Key used to identify stored value |
|
|
Variable to store requested data |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Get_As_String
Returns: I_Immutable_Map
Returns value as a string, if type to string conversion is supported.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Key used to identify stored value |
|
|
Variable to store returned item. |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Get_Keys
Returns: I_Immutable_List
Gets an immutable list of the keys.
Get_Values
Returns: I_Immutable_List
Gets an immutable list of the values.