public class ListMultiMap<K,V>
extends MultiMap<K,V,List<V>>
A container to hold lists indexed by a key.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class org.testng.collections.MultiMap
containsKey, entrySet, get, isEmpty, keySet, put, putAll, remove, removeAll, size, toString, values
-
Constructor Details
-
ListMultiMap
public ListMultiMap(boolean isSorted)
-