Documentation ¶
Index ¶
- type Bitmap
- func (bitmap *Bitmap) Clone() *Bitmap
- func (bitmap *Bitmap) Has(num int) bool
- func (bitmap *Bitmap) InterExist(bitmap2 *Bitmap) bool
- func (bitmap *Bitmap) Or(bitmap2 *Bitmap)
- func (bitmap *Bitmap) Pos1() []int
- func (bitmap *Bitmap) Set(num int) *Bitmap
- func (bitmap *Bitmap) String() string
- func (bitmap *Bitmap) Xor(bitmap2 *Bitmap)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bitmap ¶
type Bitmap struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.