public static EnsureCapacity ( |
||
bits | ||
numBits | long | |
return |
NOTE: the returned bitset reuses the underlying {@code long[]} of the given {@code bits} if possible. Also, calling #length() on the returned bits may return a value greater than {@code numBits}.
public static EnsureCapacity ( |
||
bits | ||
numBits | long | |
return |