MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / main

Method main

generics/TupleTest2.java:27–34  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

25 "hi", 47, 11.1);
26 }
27 public static void main(String[] args) {
28 Tuple2<String, Integer> ttsi = f();
29 System.out.println(ttsi);
30 System.out.println(f2());
31 System.out.println(g());
32 System.out.println(h());
33 System.out.println(k());
34 }
35}
36/* Output:
37(hi, 47)

Callers

nothing calls this directly

Calls 5

fMethod · 0.95
f2Method · 0.95
gMethod · 0.95
hMethod · 0.95
kMethod · 0.95

Tested by

no test coverage detected