public class PropertiesExtensions extends Object
PropertiesExtensions.| Constructor and Description |
|---|
PropertiesExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static List<KeyValuePair<String,String>> |
toKeyValuePairs(Properties properties)
Transforms the given
Properties to a list of KeyValuePair's. |
public static List<KeyValuePair<String,String>> toKeyValuePairs(Properties properties)
Properties to a list of KeyValuePair's.properties - the propertiesKeyValuePair's.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.