A - The first object type.B - The second object type.public class ObjectPair<A,B>
extends java.lang.Object
| Constructor and Description |
|---|
ObjectPair(A a,
B b)
Construct an object pair.
|
| Modifier and Type | Method and Description |
|---|---|
A |
getA() |
B |
getB() |