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