Uses of Class
de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair
Packages that use Pair
Package
Description
-
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 -
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 PairModifier and TypeMethodDescriptionCreate a generator of pairs of type A for the left value and type B for the right value.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 PairModifier and TypeFieldDescriptionCharacterGenerator.BASIC_LATINCharacterGenerator.LATIN_1_SUPPLEMENT