Name: yyT116575 Date: 11/22/2000
No applicable
The documentation for java.util.BitSet has a typo:
In the .toString method:
-- begin quote --
Returns a string representation of this bit set. For every index for which this
BitSet contains a bit in the set state, the decimal representation of that
index is included in the result. Such indeces aer listed in order from lowest
to highest, separated by ",$nbsp;" (a comma and a space) and surrounded by
braces, resulting in the usual mathematical notation for a set of integers.
-- end quote --
...I presume that the $nbsp should really be   to produce a space. This is
the current state of the web-based documentation at:
http://www.javasoft.com/j2se/1.3/docs/api/java/util/BitSet.html
...on 2000/11/22.
(Review ID: 112664)
======================================================================