Package oshi.util.tuples
Class Pair<A,B>
- java.lang.Object
-
- oshi.util.tuples.Pair<A,B>
-
- Type Parameters:
A- Type of the first elementB- Type of the second element
@ThreadSafe public class Pair<A,B> extends java.lang.Object
Convenience class for returning multiple objects from methods.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetA()Returns the first stored object.BgetB()Returns the second stored object.
-