Package org.apache.maven.surefire.booter
Class BiProperty<P1,P2>
- java.lang.Object
-
- org.apache.maven.surefire.booter.BiProperty<P1,P2>
-
- Type Parameters:
P1
- first propertyP2
- second property
final class BiProperty<P1,P2> extends java.lang.Object
Internal generic wrapper.- Since:
- 2.19
-
-
Constructor Summary
Constructors Constructor Description BiProperty(P1 p1, P2 p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) P1
getP1()
(package private) P2
getP2()
-