Documentation
¶
Index ¶
- type Iterator
- type SkipList
- func (sl *SkipList) Delete(value *SkipValue) int
- func (sl *SkipList) Find(value *SkipValue) *SkipValue
- func (sl *SkipList) FindCount() int
- func (sl *SkipList) FindGreaterOrEqual(value *SkipValue) *SkipValue
- func (sl *SkipList) GetIterator() *Iterator
- func (sl *SkipList) Insert(value *SkipValue) int
- func (sl *SkipList) Len() int
- func (sl *SkipList) Level() int
- func (sl *SkipList) Print()
- func (sl *SkipList) Walk(cb func(value interface{}) bool)
- type SkipValue
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.