Class RMBitMap
java.lang.Object
com.github.fppt.jedismock.datastructures.StringCompatible
com.github.fppt.jedismock.datastructures.RMBitMap
- All Implemented Interfaces:
RMDataStructure
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.fppt.jedismock.datastructures.StringCompatible
getTypeName
-
Constructor Details
-
RMBitMap
public RMBitMap() -
RMBitMap
public RMBitMap(byte[] data)
-
-
Method Details
-
setBit
public void setBit(byte bit, int pos) -
getBit
public boolean getBit(int pos) -
raiseTypeCastException
public void raiseTypeCastException() -
getAsSlice
-