#functional-interface
Read more stories on Hashnode
Articles with this tag
Comparable public class Employee implements Comparable<Employee> { private String name; private float salary; public Employee(String...