jdk/src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java
changeset 11134 9ff7640994bf
parent 9242 ef138d47df58
child 15020 50394fa17c1b
equal deleted inserted replaced
11133:e05aee7c8611 11134:9ff7640994bf
    33  * http://creativecommons.org/publicdomain/zero/1.0/
    33  * http://creativecommons.org/publicdomain/zero/1.0/
    34  */
    34  */
    35 
    35 
    36 package java.util.concurrent.atomic;
    36 package java.util.concurrent.atomic;
    37 import sun.misc.Unsafe;
    37 import sun.misc.Unsafe;
    38 import java.util.*;
       
    39 
    38 
    40 /**
    39 /**
    41  * An {@code int} array in which elements may be updated atomically.
    40  * An {@code int} array in which elements may be updated atomically.
    42  * See the {@link java.util.concurrent.atomic} package
    41  * See the {@link java.util.concurrent.atomic} package
    43  * specification for description of the properties of atomic
    42  * specification for description of the properties of atomic