< prev index next >

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

Print this page
rev 51958 : 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn

*** 23,33 **** * questions. */ package java.util; ! import jdk.internal.misc.SharedSecrets; /** * A specialized {@link Set} implementation for use with enum types. All of * the elements in an enum set must come from a single enum type that is * specified, explicitly or implicitly, when the set is created. Enum sets --- 23,33 ---- * questions. */ package java.util; ! import jdk.internal.access.SharedSecrets; /** * A specialized {@link Set} implementation for use with enum types. All of * the elements in an enum set must come from a single enum type that is * specified, explicitly or implicitly, when the set is created. Enum sets
< prev index next >