skiplist

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Skiplist

type Skiplist struct {
	// contains filtered or unexported fields
}

func New

func New(maxLevel int) *Skiplist

func (*Skiplist) Delete

func (s *Skiplist) Delete(key string)

func (*Skiplist) Get

func (s *Skiplist) Get(key string) interface{}

func (*Skiplist) Insert

func (s *Skiplist) Insert(key string, value interface{})

func (*Skiplist) String

func (s *Skiplist) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL