Files
samskivert/src/java/com
ray.j.greenwell 00ede903a2 - Bugfix: containsKey() returned false if the associated value was null,
but that's like half the point of the containsKey() method!
- check for shrinkage when values are removed from the keySet, but avoid
  doing iteration-breaking shrinking modifications when remove() is called
  on any of our iterators.
- Slight performance improvement on keySet.remove().
- Other simplifications.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2655 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2009-12-01 21:00:32 +00:00
..