Uses of Class
org.testng.collections.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in org.testng.collections
Subclasses of MultiMap in org.testng.collectionsModifier and TypeClassDescriptionclassListMultiMap<K,V> A container to hold lists indexed by a key.classSetMultiMap<K,V> A container to hold sets indexed by a key.