public class MemoryEfficientRasUnion extends Union
Constructor and Description |
---|
MemoryEfficientRasUnion() |
Modifier and Type | Method and Description |
---|---|
boolean |
addAll(PointsToSet s)
Adds all objects in s into this union of sets, returning true if this
union was changed.
|
Object |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
hasNonEmptyIntersection(PointsToSet other)
Returns true if this set shares some objects with other.
|
boolean |
isEmpty()
Returns true if this set contains no run-time objects.
|
Set |
possibleTypes()
Set of all possible run-time types of objects in the set.
|
String |
toString() |
hasNonEmptyIntersection, possibleClassConstants, possibleStringConstants
public boolean isEmpty()
PointsToSet
public boolean hasNonEmptyIntersection(PointsToSet other)
PointsToSet
public boolean addAll(PointsToSet s)
Union
public Set possibleTypes()
PointsToSet