Documentation ¶
Index ¶
- type AVLMap
- func (this *AVLMap) Add(k interface{}, v interface{})
- func (this *AVLMap) Contains(k interface{}) bool
- func (this *AVLMap) Get(k interface{}) interface{}
- func (this *AVLMap) GetSize() int
- func (this *AVLMap) IsEmpty() bool
- func (this *AVLMap) Remove(k interface{}) interface{}
- func (this *AVLMap) Set(k interface{}, v interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AVLMap ¶
type AVLMap struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor() *AVLMap
Click to show internal directories.
Click to hide internal directories.