Package pascal.taie.util.collection
Class AbstractMultiMap<K,V>
java.lang.Object
pascal.taie.util.collection.AbstractMultiMap<K,V>
- All Implemented Interfaces:
MultiMap<K,
V>
- Direct Known Subclasses:
MapSetMultiMap
-
Field Details
-
NULL_KEY
- See Also:
-
NULL_VALUE
- See Also:
-
-
Constructor Details
-
AbstractMultiMap
public AbstractMultiMap()
-
-
Method Details
-
containsValue
- Specified by:
containsValue
in interfaceMultiMap<K,
V> - Returns:
true
if this multimap contains at least one key-value pair with the valuevalue
. Note that this operation may be slow compared toMultiMap.containsKey(Object)
in some implementations.
-
entrySet
-
entryIterator
-
values
-
isEmpty
public boolean isEmpty() -
equals
-
toString
-