AVLMap

package
v0.0.0-...-adc727d Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2020 License: Apache-2.0 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 Constructor

func Constructor() *AVLMap

func (*AVLMap) Add

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

func (*AVLMap) Contains

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

func (*AVLMap) Get

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

func (*AVLMap) GetSize

func (this *AVLMap) GetSize() int

func (*AVLMap) IsEmpty

func (this *AVLMap) IsEmpty() bool

func (*AVLMap) Remove

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

func (*AVLMap) Set

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

Jump to

Keyboard shortcuts

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