summaryrefslogtreecommitdiff
path: root/libjava/java/util/HashMap.java
AgeCommit message (Expand)Author
2005-07-16Major merge with Classpath.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch
2004-05-05Reported by f.haeglsperger@gmx.de [classpath patch #2485]Mark Wielaard
2004-04-23[multiple changes]Dalibor Topic
2003-12-07Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal.Bryce McKinlay
2003-11-26HashMap.java (putAll): Use Iterator hasNext() method.Stuart Ballard
2003-08-01re PR libgcj/11728 (HashMap serialization does not work)Stepan Koltsov
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey
2002-01-22Add license clarification.Mark Wielaard
2001-12-15Collections drop from Classpath:Bryce McKinlay
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers
2001-10-16[multiple changes]Bryce McKinlay
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay
2000-12-21BasicMapEntry.java: Re-added.Bryce McKinlay
2000-12-17Hashtable.java (put): Remove `last' variable.Jeff Sturm
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green