Documentation ¶
Index ¶
- Constants
- type Node
- type RBTree
- func (rt *RBTree) Add(key interface{}, val interface{})
- func (rt *RBTree) Contains(key interface{}) bool
- func (rt *RBTree) Get(key interface{}) interface{}
- func (rt *RBTree) GetSize() int
- func (rt *RBTree) IsEmpty() bool
- func (rt *RBTree) KeySet() []interface{}
- func (rt *RBTree) Remove(key interface{}) interface{}
- func (rt *RBTree) Set(key interface{}, val interface{})
- func (rt *RBTree) String() string
Constants ¶
View Source
const BLACK = false
View Source
const RED = true
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.