Uses of Interface
pascal.taie.util.collection.TwoKeyMultiMap
Packages that use TwoKeyMultiMap
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of TwoKeyMultiMap in pascal.taie.analysis.pta.core.solver
Methods in pascal.taie.analysis.pta.core.solver that return TwoKeyMultiMapModifier and TypeMethodDescriptionDeclaredParamProvider.getFieldObjs()
EmptyParamProvider.getFieldObjs()
ParamProvider.getFieldObjs()
SpecifiedParamProvider.getFieldObjs()
-
Uses of TwoKeyMultiMap in pascal.taie.util.collection
Classes in pascal.taie.util.collection that implement TwoKeyMultiMapModifier and TypeClassDescriptionclass
AbstractTwoKeyMultiMap<K1,
K2, V> class
MapMultiMapTwoKeyMultiMap<K1,
K2, V> ImplementsTwoKeyMultiMap
as map of multimaps.Methods in pascal.taie.util.collection that return TwoKeyMultiMapModifier and TypeMethodDescriptionstatic <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.emptyTwoKeyMultiMap()
static <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.newTwoKeyMultiMap()
static <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.newTwoKeyMultiMap
(Map<K1, MultiMap<K2, V>> map, SSupplier<MultiMap<K2, V>> multimapFactory) static <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.unmodifiableTwoKeyMultiMap
(TwoKeyMultiMap<K1, K2, V> map) Methods in pascal.taie.util.collection with parameters of type TwoKeyMultiMapModifier and TypeMethodDescriptionstatic <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.unmodifiableTwoKeyMultiMap
(TwoKeyMultiMap<K1, K2, V> map)