Package dev.array21.classvalidator
Class Pair<A,B>
- java.lang.Object
-
- dev.array21.classvalidator.Pair<A,B>
-
- Type Parameters:
A- Type of AB- Type of B
public class Pair<A,B> extends java.lang.ObjectSimple class for returning a tuple- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetA()BgetB()
-