Uses of Interface
pascal.taie.util.collection.TwoKeyMultiMap
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of TwoKeyMultiMap in pascal.taie.analysis.pta.core.solver
Modifier and TypeMethodDescriptionDeclaredParamProvider.getFieldObjs()
EmptyParamProvider.getFieldObjs()
ParamProvider.getFieldObjs()
SpecifiedParamProvider.getFieldObjs()
-
Uses of TwoKeyMultiMap in pascal.taie.util.collection
Modifier and TypeClassDescriptionclass
AbstractTwoKeyMultiMap<K1,
K2, V> class
MapMultiMapTwoKeyMultiMap<K1,
K2, V> ImplementsTwoKeyMultiMap
as map of multimaps.Modifier 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) Modifier and TypeMethodDescriptionstatic <K1,
K2, V> TwoKeyMultiMap<K1, K2, V> Maps.unmodifiableTwoKeyMultiMap
(TwoKeyMultiMap<K1, K2, V> map)