Uses of Class
org.testng.collections.ListMultiMap
-
Packages that use ListMultiMap Package Description org.testng.collections org.testng.internal -
-
Uses of ListMultiMap in org.testng.collections
Methods in org.testng.collections that return ListMultiMap Modifier and Type Method Description static <K,V>
ListMultiMap<K,V>ListMultiMap. create()
Deprecated.static <K,V>
ListMultiMap<K,V>Maps. newListMultiMap()
static <K,V>
ListMultiMap<K,V>Maps. newSortedListMultiMap()
-
Uses of ListMultiMap in org.testng.internal
Methods in org.testng.internal that return ListMultiMap Modifier and Type Method Description ListMultiMap<T,org.testng.internal.DynamicGraph.Edge<T>>
DynamicGraph. getEdges()
-