jdk/src/share/classes/javax/sql/rowset/serial/SerialArray.java
changeset 24968 3308660aa3f2
parent 18564 f9db68ff2cbb
child 25976 4de01a56e3ee
equal deleted inserted replaced
24967:582420f5ab6c 24968:3308660aa3f2
    54  *
    54  *
    55  * A SerialArray is not safe for use by multiple concurrent threads.  If a
    55  * A SerialArray is not safe for use by multiple concurrent threads.  If a
    56  * SerialArray is to be used by more than one thread then access to the
    56  * SerialArray is to be used by more than one thread then access to the
    57  * SerialArray should be controlled by appropriate synchronization.
    57  * SerialArray should be controlled by appropriate synchronization.
    58  *
    58  *
       
    59  * @since 1.5
    59  */
    60  */
    60 public class SerialArray implements Array, Serializable, Cloneable {
    61 public class SerialArray implements Array, Serializable, Cloneable {
    61 
    62 
    62     /**
    63     /**
    63      * A serialized array in which each element is an <code>Object</code>
    64      * A serialized array in which each element is an <code>Object</code>