Uses of Class
net.java.quickcheck.collection.Pair

Packages that use Pair
net.java.quickcheck.collection   
net.java.quickcheck.generator   
net.java.quickcheck.generator.support   
 

Uses of Pair in net.java.quickcheck.collection
 

Subclasses of Pair in net.java.quickcheck.collection
 class Triple<A,B,C>
          A tuple of three values.
 

Uses of Pair in net.java.quickcheck.generator
 

Methods in net.java.quickcheck.generator that return Pair
static
<A,B> Pair<A,B>
CombinedGeneratorSamples.anyPair(Generator<A> first, Generator<B> second)
          See documentation of CombinedGenerators.pairs(net.java.quickcheck.Generator, net.java.quickcheck.Generator).
 

Methods in net.java.quickcheck.generator that return types with arguments of type Pair
static
<A,B> Generator<Pair<A,B>>
CombinedGenerators.pairs(Generator<A> first, Generator<B> second)
          Create a generator of pairs of type A for the left value and type B for the right value.
static
<A,B> Iterable<Pair<A,B>>
CombinedGeneratorsIterables.somePairs(Generator<A> first, Generator<B> second)
          See documentation of CombinedGenerators.pairs(net.java.quickcheck.Generator, net.java.quickcheck.Generator).
 

Uses of Pair in net.java.quickcheck.generator.support
 

Fields in net.java.quickcheck.generator.support declared as Pair
static Pair<Character,Character> CharacterGenerator.BASIC_LATIN
           
static Pair<Character,Character> CharacterGenerator.LATIN_1_SUPPLEMENT
           
 



Copyright © 2011. All Rights Reserved.