src/java.base/share/classes/java/util/Properties.java
changeset 52427 3c6aa484536c
parent 50677 bcbfd2707e58
child 55009 cdb107ca16e6
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
     1 /*
     1 /*
     2  * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1995, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    44 import java.util.concurrent.ConcurrentHashMap;
    44 import java.util.concurrent.ConcurrentHashMap;
    45 import java.util.function.BiConsumer;
    45 import java.util.function.BiConsumer;
    46 import java.util.function.BiFunction;
    46 import java.util.function.BiFunction;
    47 import java.util.function.Function;
    47 import java.util.function.Function;
    48 
    48 
    49 import jdk.internal.misc.SharedSecrets;
    49 import jdk.internal.access.SharedSecrets;
    50 import jdk.internal.misc.Unsafe;
    50 import jdk.internal.misc.Unsafe;
    51 import jdk.internal.util.xml.PropertiesDefaultHandler;
    51 import jdk.internal.util.xml.PropertiesDefaultHandler;
    52 
    52 
    53 /**
    53 /**
    54  * The {@code Properties} class represents a persistent set of
    54  * The {@code Properties} class represents a persistent set of