Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ f
Method
f
generics/TupleTest2.java:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
public
class
TupleTest2 {
9
static
Tuple2<String, Integer> f() {
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);
Callers
1
main
Method · 0.95
Calls
1
tuple
Method · 0.80
Tested by
no test coverage detected