| Package | Description |
|---|---|
| at.molindo.utils.data |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Pair<K,V> |
Pair.pair()
utility method to create pairs with implicit parameterization
|
static <K,V> Pair<K,V> |
Pair.pair(K key,
V val)
utility method to create pairs with implicit parameterization
|
static Pair<String,String> |
StringUtils.pair(String string,
String delim)
splits a string into a pair at the first occurence of delim
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> HashMap<K,V> |
Pair.toHashMap(List<Pair<K,V>> pairs) |
| Constructor and Description |
|---|
Pair(Pair<A,B> p)
Contructs a pair holding the objects of the given pair.
|
| Constructor and Description |
|---|
ArrayPairList(Collection<? extends Pair<K,V>> c)
Constructs a list containing the elements of the specified collection, in
the order they are returned by the collection's iterator.
|
LinkedPairList(Collection<? extends Pair<K,V>> c)
Constructs a list containing the elements of the specified collection, in
the order they are returned by the collection's iterator.
|
Copyright © 2014 Molindo GmbH. All Rights Reserved.