Documentation
¶
Index ¶
- type AVLMap
- func (am *AVLMap) Add(k interface{}, v interface{})
- func (am *AVLMap) Contains(k interface{}) bool
- func (am *AVLMap) Get(k interface{}) interface{}
- func (am *AVLMap) GetSize() int
- func (am *AVLMap) IsEmpty() bool
- func (am *AVLMap) Remove(k interface{}) interface{}
- func (am *AVLMap) Set(k interface{}, v interface{})
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.