--- id: collections.stringmap title: Collections.StringMap sidebar_label: Introduction --- A maps data structure with String keys. ## Types | Type | Description | |---|---| | [TStringMap](../../collections/collections.stringmap/tstringmap) | A Tree map backed map with String keys and Object values. |