java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair<A,B>
de.cuioss.test.generator.internal.net.java.quickcheck.collection.Triple<A,B,C>
Type Parameters:
A - type of first entry
B - type of second entry
C - type of third entry

public class Triple<A,B,C> extends Pair<A,B>
A tuple of three values.
  • Constructor Details

    • Triple

      public Triple(A first, B second, C third)