public class Pair<FIRST,SECOND> extends Object
Modifier and Type | Method and Description |
---|---|
FIRST |
getFirst()
Gets first value
|
SECOND |
getSecond()
Gets second value
|
int |
hashCode() |
void |
setFirst(FIRST first)
Sets first value
param first First value
|
void |
setSecond(SECOND second)
Sets second value
param second Second value
|
String |
toString() |
public FIRST getFirst()
public SECOND getSecond()
public void setFirst(FIRST first)
public void setSecond(SECOND second)