Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllOneAddDel ¶
type AllOneAddDel struct {
// contains filtered or unexported fields
}
func AllOneAddDelConstructor ¶
func AllOneAddDelConstructor() AllOneAddDel
func (*AllOneAddDel) Add ¶
func (this *AllOneAddDel) Add(x any) bool
func (*AllOneAddDel) Del ¶
func (this *AllOneAddDel) Del(x any) bool
type AllOneMinMax ¶
type AllOneMinMax struct {
// contains filtered or unexported fields
}
-------------- AllOneMinMax --------------
func AllOneMinMaxConstructor ¶
func AllOneMinMaxConstructor() AllOneMinMax
func (*AllOneMinMax) Dec ¶
func (this *AllOneMinMax) Dec(key any)
func (*AllOneMinMax) GetMaxKey ¶
func (this *AllOneMinMax) GetMaxKey() any
func (*AllOneMinMax) GetMinKey ¶
func (this *AllOneMinMax) GetMinKey() any
func (*AllOneMinMax) Inc ¶
func (this *AllOneMinMax) Inc(key any)
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node define the node that
func (*Node) PickOneKey ¶
Click to show internal directories.
Click to hide internal directories.