public class Pair<T,H>
extends Object
-
Constructor Summary
Constructors
| Constructor |
Description |
Pair(T first,
H second) |
|
-
Method Summary
-
Constructor Details
-
public Pair(
T first,
H second)
-
Method Details
-
-
-
public void setFirst(
T first)
-
public void setSecond(
H second)
-