commit-classpath
[Top][All Lists]
Advanced

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

classpath ./ChangeLog java/util/HashMap.java ja...


From: Bryce McKinlay
Subject: classpath ./ChangeLog java/util/HashMap.java ja...
Date: Tue, 16 Oct 2001 01:24:15 -0400

CVSROOT:        /cvs
Module name:    classpath
Changes by:     Bryce McKinlay <address@hidden> 01/10/16 01:24:14

Modified files:
        .              : ChangeLog 
        java/util      : HashMap.java LinkedHashMap.java 

Log message:
        * java/util/HashMap.java (HashEntry.clone): Removed.
        (HashMap(Map)): Use putAllInternal.
        (clone): Likewise.
        (putAllInternal): New method. Efficient counterpart to putAll which
        does not call put().
        * java/util/LinkedHashMap.java (rethread): Removed.
        (putAllInternal): New method. Clear "head" and "tail".
        (addEntry): New argument "callRemove". Don't call removeEldestEntry()
        if callRemove == false.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/ChangeLog.diff?cvsroot=OldCVS&tr1=1.244&tr2=1.245&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/java/util/HashMap.java.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/java/util/LinkedHashMap.java.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text




reply via email to

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