Adds or replaces a key-value pair
Appends another associative array
Clears the associative array
Gets the count of items
Deletes an item by key
Checks if a key exists
Checks if enumeration is empty
Checks if there is a next item
Gets all items
Gets all keys
Looks up a value by key
Looks up a value by key (case insensitive)
Gets next item
Resets enumeration
Sets case sensitive mode
Interface representing an associative array that extends ISGIAssociativeArray and ISGIEnum.