Uses of Class
org.jcheck.util.Pair

Packages that use Pair
org.jcheck.generator Provides generators for use with JCheck. 
org.jcheck.util Provides utility classes for JCheck. 
 

Uses of Pair in org.jcheck.generator
 

Constructors in org.jcheck.generator with parameters of type Pair
FrequencyGen(Pair<java.lang.Integer,Gen<T>>... generatorPairs)
           
 

Uses of Pair in org.jcheck.util
 

Methods in org.jcheck.util that return Pair
static
<T1,T2> Pair<T1,T2>
Pair.make(T1 first, T2 second)