Allows a user to set an entry in the Map using the prefix values.
Syntax
T
setPrefixProperty
(
String
key
,
T
value
)
Parameters
-
key –
key that should be prepended with the prefix before using it to set the value in the Map.
-
value –
value to be set
Returns
the previous value associated with calculated prefixed key.