Tag: set interface
-
JavaEnumSet in Java
What is EnumSet in Java? The EnumSet is a specialized implementation of the Set interface designed for use with enumeration…
September 13, 2022
-
JavaSortedMap Interface in Java
SortedMap is a collection framework interface. It guarantees that the entries are kept in ascending key order. This interface is…
September 15, 2022