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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
-
b
-
c
-
d
-
-
Constructor Details
-
Quartet
-
-
Method Details
-
getA
-
getB
-
getC
-
getD
-