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

public class Pair<A,B> extends Object
A tuple of two values.
  • Constructor Details

    • Pair

      public Pair()