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
- Direct Known Subclasses:
CallSite
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 boolean
equals(Object o)
int
hashCode()
Iterator<Object>
iterator()
static <T,U>
Pair<T,U>make(T x, U y)
String
toString()
-
-
-
Method Detail
-
make
public static <T,U> Pair<T,U> make(T x, U y)
-
-