0% found this document useful (0 votes)
3 views

Set+in+Java

The Set interface in the Java Collection Framework extends Collection and represents an unordered collection of objects that does not allow duplicate values. It is implemented by classes such as HashSet, LinkedSet, and TreeSet. The document also mentions operations that can be performed on a Set.

Uploaded by

abhimanyu thakur
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Set+in+Java

The Set interface in the Java Collection Framework extends Collection and represents an unordered collection of objects that does not allow duplicate values. It is implemented by classes such as HashSet, LinkedSet, and TreeSet. The document also mentions operations that can be performed on a Set.

Uploaded by

abhimanyu thakur
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Collection

: Set
Interface
Java Collection Framework:
Set
• Set is an interface which extends Collection.
• Set is is an unordered collection of objects.
•Set doesn't store the duplicate Values.
•HashSet, LinkedSet & TreeSet class Implements Set
Interface.
• Operations in Set.

You might also like