I_Immutable_Set (Interface)
Interface for immutable set.
Extends: I_Immutable_Collection
Methods
Contains
Returns: BOOL
Checks if item is contained in set.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Item to find. |
Get_Values
Returns: I_Immutable_List
Gets an immutable list of the values in the set.