MCPcopy 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

mainMethod · 0.80
mainMethod · 0.80
stepMethod · 0.80
forwardMethod · 0.80
showMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
testMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls 1

streamMethod · 0.45

Tested by 1

mainMethod · 0.64