filmov
tv
java comparable interface (manohar academy)
![preview_player](https://i.ytimg.com/vi/H7SDb0hsHL4/maxresdefault.jpg)
Показать описание
welcome to manohar academy.
In this lesson we are going to learn about comparable interface.
Arrays and Collection provide a sort service to objects of type comparable.
Any class that implements the comparable interface can avail this service. While implementing this interface we need to provide implementation for one method compareTo.
The sorting logic provided in comparable is called natural sorting order for that class.
Comparable is a generic type.
In this lesson we are going to learn about comparable interface.
Arrays and Collection provide a sort service to objects of type comparable.
Any class that implements the comparable interface can avail this service. While implementing this interface we need to provide implementation for one method compareTo.
The sorting logic provided in comparable is called natural sorting order for that class.
Comparable is a generic type.