Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4345493

jdk1.4/doc/api/java/util/BitSet.html#flip(int, int) correction

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.4.0
    • docs
    • None
    • beta
    • x86, sparc
    • generic, solaris_2.6

      1. flip

          public void flip(int fromIndex,
                       int toIndex)

         -- as per document ----
         Returns:
            the index of the next set bit.
       --correction ----
        this method returns void

      2. public void clear(int fromIndex,
                        int toIndex)

         Sets the bits from the specified fromIndex(inclusive) to the specified
         toIndex(exclusive) to false.
         Parameters:
            fromIndex - index of the first bit to be set.
            toIndex - index after the last bit to be set.
        --correction-----
        Parameters:
            fromIndex - index of the first bit to be cleared.
            toIndex - index after the last bit to be cleared.

            asommere Alan Sommerer (Inactive)
            spandeorcl Shantaram Pande (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: