public setBulk ( int i, int newBits ) : void | ||
i | int | first bit to set /// |
newBits | int | the new value of the next 32 bits. Note again that the least-significant bit /// corresponds to bit i, the next-least-significant to i+1, and so on. /// |
return | void |