Tag Archives: hashset

Set Interface in Java

Set Interface in Java is an interface of the Collection framework present since JDK 1.2. Important Points About Set Interface Set interface maintains the uniqueness by not storing duplicate data. It is not an index-based. There are 3 implementation classes of… Read More »