BitSet.all
Checks if all indexes are present in the bitset.
Arguments
None
Return values
condition
is TRUE if all elements are set, FALSE otherwise.
Complexity
O(size)
Example
Output:
FALSE
TRUE
Checks if all indexes are present in the bitset.
None
O(size)