| Package | Description |
|---|---|
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
IterableSet |
IterableSet.intersection(IterableSet other) |
IterableSet |
IterableSet.union(IterableSet other) |
| Modifier and Type | Method and Description |
|---|---|
IterableSet |
IterableSet.intersection(IterableSet other) |
boolean |
IterableSet.intersects(IterableSet other) |
boolean |
IterableSet.isStrictSubsetOf(IterableSet other) |
boolean |
IterableSet.isStrictSupersetOf(IterableSet other) |
boolean |
IterableSet.isSubsetOf(IterableSet other) |
boolean |
IterableSet.isSupersetOf(IterableSet other) |
IterableSet |
IterableSet.union(IterableSet other) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.