Documentation
¶
Index ¶
- type BitMap
- func (b *BitMap) Add(num uint) *BitMap
- func (b *BitMap) AddFull() *BitMap
- func (b *BitMap) IsEmpty() bool
- func (b *BitMap) IsExist(num uint) bool
- func (b *BitMap) IsFull() bool
- func (b *BitMap) Len() int
- func (b *BitMap) Max() uint32
- func (b *BitMap) Remove(num uint) *BitMap
- func (b *BitMap) RemoveAll() *BitMap
- func (b *BitMap) Serialize() []byte
- func (b *BitMap) String() string
- func (b *BitMap) UnSerialize(in []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.