| Package | Description |
|---|---|
| at.molindo.utils.collections | |
| at.molindo.utils.data |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Pair<T,java.lang.Integer>> |
CounterMap.iterator() |
| 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<java.lang.String,java.lang.String> |
StringUtils.pair(java.lang.String string,
java.lang.String delim)
splits a string into a pair at the first occurence of delim
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> java.util.HashMap<K,V> |
Pair.toHashMap(java.util.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(java.util.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(java.util.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 © 2015 Molindo GmbH. All Rights Reserved.