Class Select9
java.lang.Object
it.unimi.dsi.sux4j.bits.Select9
- All Implemented Interfaces:
Select, Serializable
-
Constructor Details
-
Select9
-
-
Method Details
-
select
public long select(long rank) Description copied from interface:SelectReturns the position of the bit of given rank. Equivalently, returns the greatest position that is preceded by the specified number of ones. -
numBits
public long numBits()Description copied from interface:SelectReturns the overall number of bits allocated by this structure.- Specified by:
numBitsin interfaceSelect- Returns:
- the overall number of bits allocated by this structure (not including the bits of the indexed vector).
-
bitVector
-