Package oshi.util.tuples
Class Triplet<A,B,C>
java.lang.Object
oshi.util.tuples.Triplet<A,B,C>
- Type Parameters:
A
- Type of the first elementB
- Type of the second elementC
- Type of the third element
Convenience class for returning multiple objects from methods.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triplet
-
-
Method Details
-
getA
-
getB
-
getC
-