Name: auR10023 Date: 06/28/2000
BitSet.flip(int,int) in jdk1.4 has wrong javadoc comments.
...
public void flip(int fromIndex,
int toIndex)
Sets each bit from the specified fromIndex(inclusive) to the specified
toIndex(exclusive) to the complement of its current value.
Parameters:
fromIndex - index of the first bit to flip.
toIndex - index after the last bit to flip.
Returns:
^^^^^^^^
the index of the next set bit.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Throws:
IndexOutOfBoundsException - if fromIndex is negative, or toIndex is negative, or
fromIndex is larger than toIndex.
Since:
1.4
...
======================================================================
- duplicates
-
JDK-4345493 jdk1.4/doc/api/java/util/BitSet.html#flip(int, int) correction
-
- Resolved
-