Files
samskivert/src/java/com
ray.j.greenwell 3658a26e13 - Change of heart: Let's follow the example of EnumSet, which
does not permit null (or, obviously, elements of the wrong type),
  but is gracious about simply returning false if an invalid
  Object is passed to contains() or remove().
- Implement a dumb size().
- toIntArray() impl now deals with oversize IntSets.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2657 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2009-12-02 21:29:40 +00:00
..