Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
Calls
1
tuple
Method · 0.80
Tested by
no test coverage detected