Class IntPair
java.lang.Object
com.ibm.wala.util.intset.IntPair
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IntPair
public IntPair(int x, int y)
-
-
Method Details
-
getX
public int getX()- Returns:
- Returns the x.
-
getY
public int getY()- Returns:
- Returns the y.
-
equals
-
hashCode
-
toString
-
make
-