Uses of Class
Util.Pair

Packages that use Pair
Util Lots of classes that are used throughout the engine, and could possibly be used in another project. 
 

Uses of Pair in Util
 

Methods in Util that return types with arguments of type Pair
static
<K extends java.lang.Comparable,V extends java.lang.Comparable>
java.util.List<Pair<K,V>>
PairSorter.getPairsSortedByValue(java.util.Map<K,V> map, boolean sortAscending)
           
 

Methods in Util with parameters of type Pair
 int Pair.compareTo(Pair arg0)