src/java.base/share/classes/java/util/EnumMap.java

Print this page

        

*** 24,34 **** */ package java.util; import java.util.Map.Entry; ! import sun.misc.SharedSecrets; /** * A specialized {@link Map} implementation for use with enum type keys. All * of the keys in an enum map must come from a single enum type that is * specified, explicitly or implicitly, when the map is created. Enum maps --- 24,34 ---- */ package java.util; import java.util.Map.Entry; ! import jdk.internal.misc.SharedSecrets; /** * A specialized {@link Map} implementation for use with enum type keys. All * of the keys in an enum map must come from a single enum type that is * specified, explicitly or implicitly, when the map is created. Enum maps