|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lmonson.hash.bloom.RamBitStore
public class RamBitStore
| Constructor Summary | |
|---|---|
RamBitStore(int numberOfBits)
|
|
| Method Summary | |
|---|---|
boolean |
getBit(int idx)
|
int |
getMaxBits()
|
void |
setBit(int idx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RamBitStore(int numberOfBits)
| Method Detail |
|---|
public void setBit(int idx)
setBit in interface BitStorepublic boolean getBit(int idx)
getBit in interface BitStorepublic int getMaxBits()
getMaxBits in interface BitStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||