public class Pair<T,U> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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) |
String |
toString() |
public boolean isParameter()
public boolean isThisParameter()
public T getO1()
public U getO2()
public void setO1(T no1)
public void setO2(U no2)