Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ f2
Method
f2
generics/TupleTest2.java:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
return
tuple(
"hi"
, 47);
11
}
12
static
Tuple2 f2() {
return
tuple(
"hi"
, 47); }
13
static
Tuple3<Amphibian, String, Integer> g() {
14
return
tuple(
new
Amphibian(),
"hi"
, 47);
15
}
Callers
1
main
Method · 0.95
Calls
1
tuple
Method · 0.80
Tested by
no test coverage detected