Class Quintet<A,B,C,D,E>

java.lang.Object
oshi.util.tuples.Quintet<A,B,C,D,E>
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
E - Type of the fifth element

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