Class BasicNaturalRelation

java.lang.Object
com.ibm.wala.util.intset.BasicNaturalRelation
All Implemented Interfaces:
VerboseAction, IBinaryNaturalRelation, Serializable, Iterable<IntPair>

public final class BasicNaturalRelation extends Object implements IBinaryNaturalRelation, Serializable
A relation between non-negative integers

This implementation uses n IntVectors, to hold the first n y's associated with each x, and then 1 extra vector of SparseIntSet to hold the remaining ys.

See Also: