java_enummap
Java EnumMap
Java EnumMap is a specialized Java Map implementation that uses enum constants as keys. It provides a high-performance, type-safe alternative to using regular Java HashMap or Java TreeMap when the keys are of enum type. EnumMap is part of Java's java.util package and is optimized for use with Java Enum types. Introduced in Java 2004 with Java 5, EnumMap allows developers to create efficient mappings based on predefined enum constants.
https://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html
java_enummap.txt · Last modified: 2025/02/01 06:48 by 127.0.0.1