Class Quartet<A,B,C,D>

java.lang.Object
oshi.util.tuples.Quartet<A,B,C,D>
Type Parameters:
A - Type of the first element
B - Type of the second element
C - Type of the third element
D - Type of the fourth element

@ThreadSafe public class Quartet<A,B,C,D> extends Object
Convenience class for returning multiple objects from methods.