Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ values
Method
values
patterns/TypeMap.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
k ->
new
ArrayList<T>()).add(o);
17
}
18
public
Stream<List<T>> values() {
19
return
map.values().stream();
20
}
21
}
Callers
15
main
Method · 0.80
main
Method · 0.80
step
Method · 0.80
forward
Method · 0.80
show
Method · 0.80
main
Method · 0.80
main
Method · 0.80
test
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
Calls
1
stream
Method · 0.45
Tested by
1
main
Method · 0.64