Uses of Class
org.testng.internal.collections.Pair
-
Packages that use Pair Package Description org.testng.internal.collections -
-
Uses of Pair in org.testng.internal.collections
Methods in org.testng.internal.collections that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. create(A first, B second)
static <A,B>
Pair<A,B>Pair. of(A a, B b)
-