Set Interface
Set interface is available since Java 1.2
Set is a collection elements which does not allow duplicate elements.
Super Interfaces of Set are:
Collection
Iterable
Sub Interfaces of Set are:
Navigable
SortedSet
Following Classes implements set Interface:
Set is a collection elements which does not allow duplicate elements.
Super Interfaces of Set are:
Collection
Iterable
Sub Interfaces of Set are:
Navigable
SortedSet
Following Classes implements set Interface:
- AbstractSet
- ConcurrentHashMap.KeySetView
- ConcurrentSkipListSet
- CopyOnWriteArraySet
- EnumSet
- HashSet
- JobStateReasons
- LinkedHashSet
- TreeSet