Remove Article Remove Demand Remove Java Remove Metrics
article thumbnail

EnumSet and EnumMap

TechEmpower

This article discusses java.util.EnumSet. from Java's standard libraries. Historically, Enum{Set,Map} were recommended as a matter of safety, taking better advantage of Java's type system than the alternatives. Effective Java goes into detail about this use case for Enum{Set,Map} and enum types in general. What are they?

Java 330