Package org.openqa.selenium.internal
Class Multimap<K,V>
java.lang.Object
org.openqa.selenium.internal.Multimap<K,V>
A map that can hold multiple values for every key. NB! It holds only unique values per each key
(no duplicates).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Multimap
public Multimap() -
Multimap
-
-
Method Details
-
put
-
putAll
Add given values for the given key.If this map already contains some of the
values, they will be ignored.If
valuescontains duplicates, only the first of them will be added. -
isEmpty
public boolean isEmpty() -
asMap
-
keySet
-
forEach
-