Documentation ¶
Overview ¶
Package prioritybitmap implements a set of integers ordered by attached priorities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriorityBitmap ¶
type PriorityBitmap struct {
// contains filtered or unexported fields
}
func (*PriorityBitmap) Clear ¶
func (me *PriorityBitmap) Clear()
func (*PriorityBitmap) IsEmpty ¶
func (me *PriorityBitmap) IsEmpty() bool
func (*PriorityBitmap) Iter ¶
func (me *PriorityBitmap) Iter(f func(value interface{}) bool)
func (*PriorityBitmap) IterTyped ¶
func (me *PriorityBitmap) IterTyped(_f func(i int) bool)
func (*PriorityBitmap) Remove ¶
func (me *PriorityBitmap) Remove(bit int)
func (*PriorityBitmap) Set ¶
func (me *PriorityBitmap) Set(bit int, priority int)
Click to show internal directories.
Click to hide internal directories.