< prev index next >

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

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

*** 27,37 **** import java.io.*; import java.util.function.BiConsumer; import java.util.function.Function; import java.util.function.BiFunction; ! import jdk.internal.misc.SharedSecrets; /** * This class implements a hash table, which maps keys to values. Any * non-{@code null} object can be used as a key or as a value. <p> * --- 27,37 ---- import java.io.*; import java.util.function.BiConsumer; import java.util.function.Function; import java.util.function.BiFunction; ! import jdk.internal.access.SharedSecrets; /** * This class implements a hash table, which maps keys to values. Any * non-{@code null} object can be used as a key or as a value. <p> *
< prev index next >