Uses of Package
pascal.taie.util.collection
Package
Description
This package provides functionality to analyze exceptions.
Provides the classes necessary to build and represent a call graph.
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
-
-
-
-
-
-
ClassDescriptionProvides common functionality for
IBitSet
implementations.This map supports hybrid of two map implementations, where one is efficient for small map and another one is efficient for large map.This set supports hybrid of two set implementations, where one is efficient for small set and another one is efficient for large set.Bit set based implementation ofSet
.Hybrid set that uses bit set for large set.Interface for different bit set implementations.Action on set bits.A collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values.Regular bit set implementation.This interface extendsSet
to provide more useful APIs.Sparse bit set.A collection that maps two-key pairs to values.A map entry (key1-key2-value triple).A collection that maps two-key pairs to values, similar toTwoKeyMap
, but in which each two-key pair may be associated with multiple values.