Inserts the given string and the given associated value into the string table.
the string to insert
the length of s
the value to associate with the inserted string
the newly inserted value, or null if the string table already contains the string
See Implementation
Inserts the given string and the given associated value into the string table.