summaryrefslogtreecommitdiff
path: root/java/util/IdentityHashMap.java
Commit message (Expand)AuthorAgeFilesLines
* 2006-10-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-10-051-86/+144
* 2006-04-13 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-141-3/+0
* 2005-08-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-021-2/+2
* 2005-02-19 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-02-191-2/+2
* 2005-01-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-171-41/+41
* 2005-01-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-161-1/+1
* 2005-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-151-3/+3
* 2003-12-26 Michael Koch <konqueror@gmx.de>Michael Koch2003-12-261-1/+4
* get(Object), remove(Object), remove(): Docfix to avoid angle bracketsSascha Brawer2002-04-301-14/+19
* 2002-04-02 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-04-021-7/+7
* * java/util/IdentityHashMap.java (put): Set new threshold correctlyBryce McKinlay2002-04-021-1/+1
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * java/util/IdentityHashMap.java (IdentityHashMap): RemovedTom Tromey2002-01-161-4/+2
* 2001-10-25 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-251-5/+8
* 2001-10-19 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-191-279/+761
* * java/util/IdentityHashMap.java (containsKey): Use getHash.Tom Tromey2001-09-271-11/+18
* * java/util/IdentityHashMap.java (clone): Return the value.Tom Tromey2001-09-051-0/+1
* * java/util/IdentityHashMap.java (clone): Make a copy of theTom Tromey2001-09-051-6/+4
* * java/io/BufferedReader.java (DEFAULT_BUFFER_SIZE): Restored.Brian Jones2001-08-311-2/+14
* 2001-08-21 Jeff Sturm <jsturm@one-point.com>Tom Tromey2001-08-211-2/+2
* * java/util/IdentityHashMap.java: New file.Tom Tromey2001-08-151-0/+415