Uses of Class
de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair
-
-
Uses of Pair in de.cuioss.test.generator.internal.net.java.quickcheck.collection
Subclasses of Pair in de.cuioss.test.generator.internal.net.java.quickcheck.collection Modifier and Type Class Description classTriple<A,B,C>A tuple of three values. -
Uses of Pair in de.cuioss.test.generator.internal.net.java.quickcheck.generator
Methods in de.cuioss.test.generator.internal.net.java.quickcheck.generator that return types with arguments of type Pair Modifier and Type Method Description 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>
Generator<Pair<A,B>>Generators. 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 <T extends Comparable<T>>
Generator<Pair<T,T>>CombinedGenerators. sortedPairs(Generator<T> content)Create a generator of pairs where first value <= second value.static <T extends Comparable<T>>
Generator<Pair<T,T>>Generators. sortedPairs(Generator<T> content)Create a generator of pairs where first value <= second value. -
Uses of Pair in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
Fields in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support declared as Pair Modifier and Type Field Description static Pair<Character,Character>CharacterGenerator. BASIC_LATINstatic Pair<Character,Character>CharacterGenerator. LATIN_1_SUPPLEMENT
-