The java.util.BitSet.nextClearBit(int fromIndex) method returns the index of the first bit that is set to false that occurs on or after the specified starting index.

Comments