cmap

package
v0.0.0-...-14df0f2 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcurrentMap

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

func New

func New(size int) *ConcurrentMap

func (*ConcurrentMap) Get

func (m *ConcurrentMap) Get(k interface{}) interface{}

func (*ConcurrentMap) HashCode

func (m *ConcurrentMap) HashCode(key interface{}) (code int)

func (*ConcurrentMap) Remove

func (m *ConcurrentMap) Remove(k interface{})

func (*ConcurrentMap) Set

func (m *ConcurrentMap) Set(k, v interface{})

Jump to

Keyboard shortcuts

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