MCPcopy
hub / github.com/oshi/oshi / getA

Method getA

oshi-core/src/main/java/oshi/util/tuples/Pair.java:60–62  ·  view source on GitHub ↗

Returns the first stored object. @return first object stored

()

Source from the content-addressed store, hash-verified

58 * @return first object stored
59 */
60 public final A getA() {
61 return a;
62 }
63
64 /**
65 * Returns the second stored object.

Callers 15

testTuplesMethod · 0.95
mainMethod · 0.45
testWildcardCountersMethod · 0.45
testQueryBiosNameRevMethod · 0.45
testQueryBoardInfoMethod · 0.45
getDisksMethod · 0.45
getManufacturerMethod · 0.45
createBaseboardMethod · 0.45
getManufacturerMethod · 0.45
getDisksMethod · 0.45

Calls

no outgoing calls

Tested by 6

testTuplesMethod · 0.76
testWildcardCountersMethod · 0.36
testQueryBiosNameRevMethod · 0.36
testQueryBoardInfoMethod · 0.36