| Package | Description |
|---|---|
| de.alpharogroup.collections |
In this package are helper classes for the collection framework.
|
| de.alpharogroup.collections.pairs |
Provides helper classes for key value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static List<KeyValuePair<String,String>> |
PropertiesExtensions.toKeyValuePairs(Properties properties)
Transforms the given
Properties to a list of KeyValuePair's. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> List<KeyValuePair<K,V>> |
KeyValuePair.toKeyValuePairs(Map<K,V> map)
Transforms the given
Map to a list of KeyValuePair's. |
static List<KeyValuePair<String,String>> |
KeyValuePair.toKeyValuePairs(Properties properties)
Transforms the given
Properties to a list of KeyValuePair's. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.