filmov
tv
Java for Testers - Part 229 - SortedSet

Показать описание
In this video, I have explained and practically demonstrated the below on SortedSet interface of Collections Framework in Java:
* SortedSet interface is the child interface of Set interface
* Represents the group of objects as a single entity where
* duplicates are not allowed
* According to some sorting order
* Default sorting order
* SortedSet interface specific methods
* Objects can't be created
* Parent interface of NavigableSet interface
* SortedSet interface is the child interface of Set interface
* Represents the group of objects as a single entity where
* duplicates are not allowed
* According to some sorting order
* Default sorting order
* SortedSet interface specific methods
* Objects can't be created
* Parent interface of NavigableSet interface