Package org.testng.collections
Class ListMultiMap<K,V>
- java.lang.Object
-
- org.testng.collections.MultiMap<K,V,List<V>>
-
- org.testng.collections.ListMultiMap<K,V>
-
-
Constructor Summary
Constructors Constructor Description ListMultiMap(boolean isSorted)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <K,V>
ListMultiMap<K,V>create()
Deprecated.protected List<V>
createValue()
-
-
-
Method Detail
-
create
@Deprecated public static <K,V> ListMultiMap<K,V> create()
Deprecated.
-
-