Uses of Class
pascal.taie.util.collection.AbstractMultiMap
Packages that use AbstractMultiMap
-
Uses of AbstractMultiMap in pascal.taie.util.collection
Subclasses of AbstractMultiMap in pascal.taie.util.collectionModifier and TypeClassDescriptionclass
MapSetMultiMap<K,
V> An implementation ofMultiMap
that stores key-value pairs as a map from key to the sets of its corresponding values.