Class Pair<A,B>

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

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