commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog java/util/ArrayList.java ...


From: Mark Wielaard
Subject: classpath ./ChangeLog java/util/ArrayList.java ...
Date: Sun, 07 Apr 2002 03:39:13 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Mark Wielaard <address@hidden>  02/04/07 03:39:13

Modified files:
        .              : ChangeLog 
        java/util      : ArrayList.java Vector.java 

Log message:
        * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
        all of the remaining elements.
        * java/util/Vector.java (addAll(int,Collection)): Likewise.
        (removeRange): If toIndex == fromIndex do
        nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
        (removeAll): Always throw NullPointerException when collection is
        null.
        (retrainAll): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.493&tr2=1.494&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/ArrayList.java.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/Vector.java.diff?tr1=1.18&tr2=1.19&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]