syncmap

package
v0.0.0-...-eb36113 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 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 IntMap

type IntMap struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func (*IntMap) Get

func (m *IntMap) Get(k int) (v int, ok bool)

func (*IntMap) Len

func (m *IntMap) Len() int

func (*IntMap) Range

func (m *IntMap) Range(fn func(k, v int) error) error

func (*IntMap) Set

func (m *IntMap) Set(k, v int)

Jump to

Keyboard shortcuts

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