jdk/src/share/classes/java/util/Arrays.java
changeset 22954 617b9c3a2c65
parent 22285 6c67737a5ac0
child 23354 221bf0e3642d
equal deleted inserted replaced
22953:269b0b696c0c 22954:617b9c3a2c65
    48  *
    48  *
    49  * <p>The methods in this class all throw a {@code NullPointerException},
    49  * <p>The methods in this class all throw a {@code NullPointerException},
    50  * if the specified array reference is null, except where noted.
    50  * if the specified array reference is null, except where noted.
    51  *
    51  *
    52  * <p>The documentation for the methods contained in this class includes
    52  * <p>The documentation for the methods contained in this class includes
    53  * briefs description of the <i>implementations</i>. Such descriptions should
    53  * brief descriptions of the <i>implementations</i>. Such descriptions should
    54  * be regarded as <i>implementation notes</i>, rather than parts of the
    54  * be regarded as <i>implementation notes</i>, rather than parts of the
    55  * <i>specification</i>. Implementors should feel free to substitute other
    55  * <i>specification</i>. Implementors should feel free to substitute other
    56  * algorithms, so long as the specification itself is adhered to. (For
    56  * algorithms, so long as the specification itself is adhered to. (For
    57  * example, the algorithm used by {@code sort(Object[])} does not have to be
    57  * example, the algorithm used by {@code sort(Object[])} does not have to be
    58  * a MergeSort, but it does have to be <i>stable</i>.)
    58  * a MergeSort, but it does have to be <i>stable</i>.)