hash_map

package
v1.0.26 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HashMap

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

func NewHashMap

func NewHashMap() *HashMap

func (*HashMap) ContainsKey

func (this *HashMap) ContainsKey(key interface{}) bool

func (*HashMap) ContainsValue

func (this *HashMap) ContainsValue(value interface{}) bool

func (*HashMap) Destroy

func (this *HashMap) Destroy()

func (*HashMap) Get

func (this *HashMap) Get(key interface{}) interface{}

func (*HashMap) GetThreshold

func (this *HashMap) GetThreshold() int

func (*HashMap) IsEmpty

func (this *HashMap) IsEmpty() bool

func (*HashMap) IsRebuild

func (this *HashMap) IsRebuild() bool

是否 重新 组建

func (*HashMap) IsRebuilding

func (this *HashMap) IsRebuilding() bool

是否 正在重新组建s

func (*HashMap) Keys

func (this *HashMap) Keys() []interface{}

func (*HashMap) Put

func (this *HashMap) Put(key interface{}, value interface{})

func (*HashMap) Remove

func (this *HashMap) Remove(key interface{})

func (*HashMap) SetRebuildThreshold

func (this *HashMap) SetRebuildThreshold(value int)

func (*HashMap) Size

func (this *HashMap) Size() int

func (*HashMap) Values

func (this *HashMap) Values() []interface{}

Jump to

Keyboard shortcuts

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