toArray()
Returns all currently known entries. 
 
has(string $key)
Probe if the key is known and associated with a value. 
 
Class EntryLockingStringMap. 
 
put(string $key, string $value)
Puts a new key value pair into the string array. 
 
__construct()
EntryLockingStringMap constructor.