AVLMap

package
v0.0.0-...-3b2a8e7 Latest Latest
Warning

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

Go to latest
Published: May 18, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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 New

func New() *AVLMap

func (*AVLMap) Add

func (am *AVLMap) Add(k interface{}, v interface{})

func (*AVLMap) Contains

func (am *AVLMap) Contains(k interface{}) bool

func (*AVLMap) Get

func (am *AVLMap) Get(k interface{}) interface{}

func (*AVLMap) GetSize

func (am *AVLMap) GetSize() int

func (*AVLMap) IsEmpty

func (am *AVLMap) IsEmpty() bool

func (*AVLMap) Remove

func (am *AVLMap) Remove(k interface{}) interface{}

func (*AVLMap) Set

func (am *AVLMap) Set(k interface{}, v interface{})

Jump to

Keyboard shortcuts

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