| Package | Description |
|---|---|
| de.alpharogroup.collections.pairs |
This package provides generic bean classes for value, key value pairs, triples and quattro's
|
| de.alpharogroup.collections.properties |
This package provides a utility class for properties objects and properties implementations for sorting
|
| de.alpharogroup.comparators.pairs |
This package contains common comparators for the generic bean classes for value, key value pairs, triples and quattro'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. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
KeyValuePair.toMap(Collection<KeyValuePair<K,V>> list)
|
| 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–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.