public class Pair<T,U>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
T |
getO1() |
U |
getO2() |
int |
hashCode() |
boolean |
isParameter()
Decide if this pair represents a method parameter.
|
boolean |
isThisParameter()
Decide if this pair stores the THIS parameter for a method.
|
void |
setO1(T no1) |
void |
setO2(U no2) |
void |
setPair(T no1,
U no2) |
java.lang.String |
toString() |
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean isParameter()
public boolean isThisParameter()
public java.lang.String toString()
toString
in class java.lang.Object
public T getO1()
public U getO2()
public void setO1(T no1)
public void setO2(U no2)