Searched refs:toWordIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DBitSet.java1352 * @param toWordIndex the last word index to check (inclusive)
1356 private int nextSetBit(int fromIndex, int toWordIndex) { argument
1359 if (u > toWordIndex)
1368 if (++u > toWordIndex)

Completed in 44 milliseconds