| Package | Description |
|---|---|
| de.alpharogroup.collections.pairs |
Provides helper classes for key value pairs.
|
| de.alpharogroup.collections.properties | |
| de.alpharogroup.comparators.pairs |
| 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. |
| 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 |
|---|---|
int |
KeyValuePairKeyComparator.compare(KeyValuePair<K,V> o1,
KeyValuePair<K,V> o2) |
int |
KeyValuePairKeyComparator.compare(KeyValuePair<K,V> o1,
KeyValuePair<K,V> o2) |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.