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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: