MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / g

Method g

generics/TupleTest2.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12 static Tuple2 f2() { return tuple("hi", 47); }
13 static Tuple3<Amphibian, String, Integer> g() {
14 return tuple(new Amphibian(), "hi", 47);
15 }
16 static
17 Tuple4<Vehicle, Amphibian, String, Integer> h() {
18 return tuple(

Callers 1

mainMethod · 0.95

Calls 1

tupleMethod · 0.80

Tested by

no test coverage detected