Package com.db4o.foundation
Class BitMap4
- java.lang.Object
-
- com.db4o.foundation.BitMap4
-
public final class BitMap4 extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
bytes()
byte
getByte(int index)
boolean
isFalse(int bit)
boolean
isTrue(int bit)
int
marshalledLength()
void
set(int bit, boolean val)
void
setFalse(int bit)
void
setTrue(int bit)
void
writeTo(byte[] bytes, int pos)
-
-
-
Method Detail
-
isTrue
public boolean isTrue(int bit)
-
isFalse
public boolean isFalse(int bit)
-
marshalledLength
public int marshalledLength()
-
setFalse
public void setFalse(int bit)
-
set
public void set(int bit, boolean val)
-
setTrue
public void setTrue(int bit)
-
writeTo
public void writeTo(byte[] bytes, int pos)
-
getByte
public byte getByte(int index)
-
bytes
public byte[] bytes()
-
-