com.lmonson.hash.bloom
Interface BitStore

All Known Implementing Classes:
MemoryMappedFileBitStore, RamBitStore

public interface BitStore


Method Summary
 boolean getBit(int idx)
           
 int getMaxBits()
           
 void setBit(int idx)
           
 

Method Detail

getMaxBits

int getMaxBits()

setBit

void setBit(int idx)

getBit

boolean getBit(int idx)