corda/classpath
Joel Dice f9197cb076 fix a few HashMap bugs
1. HashMap.containsValue only checked one hash bucket, which was
 pretty much useless :)

 2. HashMap.MyIterator.remove was broken in that it failed to
 decrement the size field and it did not update the previousCell field
 properly, which sometimes led to more than one cell being removed.
2010-11-21 17:26:17 -07:00
..
avian javadoc grammar correction in Continuations.java 2010-09-12 14:29:27 -06:00
java fix a few HashMap bugs 2010-11-21 17:26:17 -07:00
java-io.cpp use _waccess on windows to implement File.can{Read|Write} 2010-09-12 14:46:14 -06:00
java-lang.cpp fix handle leaks in Windows Process implementation 2010-11-09 14:56:26 -07:00
java-net.cpp fix non-windows java-net.cpp build 2010-07-02 09:36:55 -06:00
java-nio.cpp switch from gethostbyname to getaddrinfo on POSIX systems 2010-06-14 16:09:56 -06:00
java-util-zip.cpp throw OutOfMemoryError if malloc returns null pointer 2009-12-05 15:51:12 -07:00
java-util.cpp update copyright years 2009-12-02 19:08:29 -07:00
jni-util.h update copyright years 2009-12-02 19:08:29 -07:00