Class Pair<A,B>
java.lang.Object
oshi.util.tuples.Pair<A,B>
- Type Parameters:
A- Type of the first elementB- Type of the second element
Convenience class for returning multiple objects from methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
-
b
-
-
Constructor Details
-
Pair
-
-
Method Details
-
getA
-
getB
-