|
Duplicate :
|
|
|
Relates :
|
A DESCRIPTION OF THE PROBLEM : In java.util.nextClearBit public int nextClearBit(int fromIndex) Returns: the index of the next clear bit Should be: Returns: the index of the next clearbit, or -1 if there is no such bit
|