Uses of Class
de.cuioss.test.generator.internal.net.java.quickcheck.collection.Triple
Packages that use Triple
-
Uses of Triple 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 TripleModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
Generator<Triple<T,T, T>> CombinedGenerators.sortedTriple(Generator<T> content) Create a generator of triples where first value <= second value <= third value.static <T extends Comparable<T>>
Generator<Triple<T,T, T>> Generators.sortedTriple(Generator<T> content) Create a generator of triples where first value <= second value <= third value.Create a generator of triples of the types A, B and C for first, second and third value.Create a generator of triples of the types A, B and C for first, second and third value.