Uses of Interface
it.unipi.di.rs.IRankSelect

Packages that use IRankSelect
it.unipi.di.rs   
 

Uses of IRankSelect in it.unipi.di.rs
 

Classes in it.unipi.di.rs that implement IRankSelect
 class Rank
          An index implementing the rank function over binary files.
 class RankSelect
          An index implementing rank and select functions over binary files.
 class Select
          An index implementing the select function over binary files.
 class SparseRank
          An index implementing the rank operation over binary files with a small number of 1s.
 class SparseSelect
          An index implementing the select function over binary files with a small number of 1s.