Lines Matching full:given
31 * Constructs a bit set to contain bits up to the given index (exclusive).
42 * Gets the maximum index (exclusive) for the given bit set.
52 * Gets the value of the bit at the given index.
65 * Sets the given bit to the given value.
83 * Sets the given bit to {@code true}.
95 * Sets the given bit to {@code false}.
107 * Returns whether or not the given bit set is empty, that is, whether
126 * Gets the number of bits set to {@code true} in the given bit set.
158 * Finds the lowest-order bit set at or after the given index in the
159 * given bit set.
185 * Finds the lowest-order bit set at or after the given index in the
186 * given {@code int}.