of

abstract fun of(key: T): PropertyContainer<V>

Retrieves the PropertyContainer associated with the given key, also registering an empty new one to it if it doesn't exist.

Return

the PropertyContainer associated with the key

Parameters

key

the key to retrieve the PropertyContainer for