Class Triplet<A,B,C>

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

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