File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/com/github/javabdd Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ public boolean or(BitString set) {
354
354
* modified in response to the operation.
355
355
*
356
356
* @param set the bit set to be ORed with
357
+ * @param bit set of bits
357
358
* @return modified
358
359
*/
359
360
public boolean or_upTo (BitString set , int bit ) {
@@ -625,6 +626,7 @@ public int numberOfOnes() {
625
626
/**
626
627
* Returns the number of ones in this <code>BitString</code> up to a given index.
627
628
*
629
+ * @param where given index
628
630
* @return number of bits set.
629
631
*/
630
632
public int numberOfOnes (int where ) {
@@ -700,6 +702,7 @@ public BackwardBitStringIterator backwardsIterator() {
700
702
/**
701
703
* Returns an iterator that iterates through the bits in backward order, starting at the given index.
702
704
*
705
+ * @param i given index
703
706
* @return an iterator
704
707
*/
705
708
public BackwardBitStringIterator backwardsIterator (int i ) {
You can’t perform that action at this time.
0 commit comments