|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| at.molindo.utils.data | |
| Uses of Pair in at.molindo.utils.data |
|---|
| Methods in at.molindo.utils.data that return Pair | ||
|---|---|---|
static
|
Pair.pair()
utility method to create pairs with implicit parameterization |
|
static
|
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 |
|
| Method parameters in at.molindo.utils.data with type arguments of type Pair | ||
|---|---|---|
static
|
Pair.toHashMap(List<Pair<K,V>> pairs)
|
|
| Constructors in at.molindo.utils.data with parameters of type Pair | |
|---|---|
Pair(Pair<A,B> p)
Contructs a pair holding the objects of the given pair. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||