Uses of Class
at.molindo.utils.data.Pair

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
<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
 

Method parameters in at.molindo.utils.data with type arguments of type Pair
static
<K,V> HashMap<K,V>
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.
 



Copyright © 2011 Molindo GmbH. All Rights Reserved.