Home
last modified time | relevance | path

Searched refs:getSalary (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorExample.java53 public int getSalary() { in getSalary() method in CollectorExample.Employee
100 = Collectors.summingInt(Employee::getSalary); in testSnippet4and5()