src/java.base/share/classes/java/util/HashMap.java
changeset 52427 3c6aa484536c
parent 51377 f23aeb97ae17
child 53710 49adf961fcb1
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
    32 import java.lang.reflect.Type;
    32 import java.lang.reflect.Type;
    33 import java.util.function.BiConsumer;
    33 import java.util.function.BiConsumer;
    34 import java.util.function.BiFunction;
    34 import java.util.function.BiFunction;
    35 import java.util.function.Consumer;
    35 import java.util.function.Consumer;
    36 import java.util.function.Function;
    36 import java.util.function.Function;
    37 import jdk.internal.misc.SharedSecrets;
    37 import jdk.internal.access.SharedSecrets;
    38 
    38 
    39 /**
    39 /**
    40  * Hash table based implementation of the {@code Map} interface.  This
    40  * Hash table based implementation of the {@code Map} interface.  This
    41  * implementation provides all of the optional map operations, and permits
    41  * implementation provides all of the optional map operations, and permits
    42  * {@code null} values and the {@code null} key.  (The {@code HashMap}
    42  * {@code null} values and the {@code null} key.  (The {@code HashMap}