next Set Bit
Returns an index of a next bit which value is true
after startIndex (inclusive). Returns -1 if there is no such bits after startIndex.
Throws
Index Out Of Bound Exception
if startIndex< 0.
Returns an index of a next bit which value is true
after startIndex (inclusive). Returns -1 if there is no such bits after startIndex.
if startIndex< 0.