Class MultiMap<K, V, C extends Collection<V>>
java.lang.Object
org.testng.collections.MultiMap<K,V,C>
- Direct Known Subclasses:
ListMultiMap, SetMultiMap
-
Field Details
-
m_objects
-
-
Constructor Details
-
MultiMap
protected MultiMap(boolean isSorted)
-
-
Method Details
-
createValue
-
put
-
get
-
keySet
-
containsKey
-
toString
-
isEmpty
public boolean isEmpty() -
size
public int size() -
remove
-
removeAll
-
entrySet
-
values
-
putAll
-