public class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
mergePropertiesIntoMap(Properties props,
Map<K,V> map)
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
|
public static <K,V> void mergePropertiesIntoMap(Properties props, Map<K,V> map)
Uses Properties.propertyNames() to even catch default properties linked into the original Properties instance.
props - the Properties instance to merge (may be null)map - the target Map to merge the properties intoCopyright © 2025 MuleSoft, Inc.. All rights reserved.