Uses of Class
inf.util.Pair

Uses of Pair in inf.util
 

Methods in inf.util that return Pair
 Pair<C1,C2> Pair.clone()
           This function creates a semi-shallow clone of this Pair.
 

Methods in inf.util with parameters of type Pair
 boolean Pair.equals(Pair<C1,C2> other)
           This function tests whether this and the given Pair are equal.