public class MonitorSet extends ArraySparseSet
DEFAULT_SIZE, elements, maxElements, numElements| Modifier and Type | Method and Description |
|---|---|
MonitorSet |
clone()
Clones the current FlowSet.
|
java.lang.Object |
getMonitorDepth(java.lang.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, unionpublic java.lang.Object getMonitorDepth(java.lang.String objName)
public 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()