aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/Hashtable.java
AgeCommit message (Expand)AuthorFilesLines
2003-12-07Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal.Bryce McKinlay1-4/+4
2003-12-07Hashtable.java (internalContainsValue): Removed.Bryce McKinlay1-39/+18
2003-12-02Reported by: Jim Pick <jim@kaffe.org>Dalibor Topic1-1/+24
2003-11-26HashMap.java (putAll): Use Iterator hasNext() method.Stuart Ballard1-4/+4
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey1-12/+19
2002-04-07Hashtable.java (contains): Remove NullPointer check.Mark Wielaard1-14/+8
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-12-15Collections drop from Classpath:Bryce McKinlay1-242/+270
2001-10-16javaprims.h: Updated class list.Tom Tromey1-392/+612
2001-09-14Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay1-17/+30
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay1-1/+3
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay1-12/+9
2000-12-21BasicMapEntry.java: Re-added.Bryce McKinlay1-34/+35
2000-12-17Hashtable.java (put): Remove `last' variable.Jeff Sturm1-12/+8
2000-12-11* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.Bryce McKinlay1-7/+7
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay1-823/+627
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green1-313/+997
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey1-11/+5
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey1-3/+3
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-04-07Initial revisionTom Tromey1-0/+398