Package com.ibm.wala.util.collections
Class Pair<T,U>
- java.lang.Object
-
- com.ibm.wala.util.collections.Pair<T,U>
-
- All Implemented Interfaces:
Serializable
public class Pair<T,U> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Iterator<Object>iterator()static <T,U>
Pair<T,U>make(T x, U y)StringtoString()
-
-
-
Method Detail
-
make
public static <T,U> Pair<T,U> make(T x, U y)
-
-