接口 BitStorage
- 所有已知实现类:
SimpleBitStorage
,ZeroBitStorage
public interface BitStorage
-
方法概要
-
方法详细资料
-
getAndSet
int getAndSet(int p_13517_, int p_13518_) -
set
void set(int p_13525_, int p_13526_) -
get
int get(int p_13515_) -
getRaw
long[] getRaw() -
getSize
int getSize() -
getBits
int getBits() -
getAll
-
unpack
void unpack(int[] p_198162_) -
copy
BitStorage copy()
-