public class MonitorSet extends ArraySparseSet
DEFAULT_SIZE, elements, maxElements, numElements| Modifier and Type | Method and Description |
|---|---|
MonitorSet |
clone()
Clones the current FlowSet.
|
Object |
getMonitorDepth(String objName) |
void |
intersection(MonitorSet other,
MonitorSet dest)
Returns the union (join) of this MonitorSet and
other, putting result into dest. |
void |
test() |
void |
union(MonitorSet other)
Returns the union (join) of this MonitorSet and
other, putting result into this. |
add, clear, contains, copy, difference, emptySet, equals, intersection, isEmpty, iterator, remove, remove, size, toList, unionadd, difference, hashCode, intersection, isSubSet, remove, toString, unionfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MonitorSet clone()
FlowSetclone in interface FlowSetclone in class ArraySparseSetpublic void union(MonitorSet other)
other, putting result into this.public void intersection(MonitorSet other, MonitorSet dest)
other, putting result into dest.
dest, other and this could be the same object.public void test()
Copyright © 2020 Soot OSS. All rights reserved.