P1 - first propertyP2 - second propertyfinal class BiProperty<P1,P2>
extends java.lang.Object
| Constructor and Description |
|---|
BiProperty(P1 p1,
P2 p2) |
| Modifier and Type | Method and Description |
|---|---|
(package private) P1 |
getP1() |
(package private) P2 |
getP2() |