Package edu.wpi.first.math
Class Pair<A,B>
- java.lang.Object
-
- edu.wpi.first.math.Pair<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description A
getFirst()
B
getSecond()
static <A,B>
Pair<A,B>of(A a, B b)
-