ConcurrentTypeMap
Represents thread-safe implementation of ITypeMap interface.
Initializes a new empty set.
public ConcurrentTypeMap()
Initializes a new empty set.
Adds a new value or updates existing one, atomically.
Attempts to add a new value or returns existing value, atomitcally.
Attempts to add a new value to this set.