OSDN Git Service

* java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Apr 2002 07:40:49 +0000 (07:40 +0000)
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Apr 2002 07:40:49 +0000 (07:40 +0000)
commit3e14667ce50c402688128b3ac1f9d6ec688cbe62
treeefc2dd6dee0958f9f023d37fda7c28d454cb8596
parent242fc35cceaa8f16b20e10b03da279fc04794ee5
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51979 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/util/ArrayList.java
libjava/java/util/Vector.java