Uses of Class
org.testng.internal.collections.Pair
-
Packages that use Pair Package Description org.testng.internal.collections org.testng.xml.dom -
-
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) -
Uses of Pair in org.testng.xml.dom
Methods in org.testng.xml.dom that return Pair Modifier and Type Method Description static Pair<java.lang.reflect.Method,Wrapper>Reflect. findSetterForTag(java.lang.Class<?> c, java.lang.String tagName, java.lang.Object bean)Methods in org.testng.xml.dom that return types with arguments of type Pair Modifier and Type Method Description static java.util.List<Pair<java.lang.reflect.Method,Wrapper>>Reflect. findMethodsWithAnnotation(java.lang.Class<?> c, java.lang.Class<? extends java.lang.annotation.Annotation> ac, java.lang.Object bean)
-