Java HashSet class is a member of Java collections framework.

Java HashSet implements the Set interface. HashSets are used to store a collection of unique elements.

Comments