concurrenthashmap

package
v0.0.0-...-63a9d49 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcurrentHashMap

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

func NewConcurrentHashMap

func NewConcurrentHashMap() *ConcurrentHashMap

func (*ConcurrentHashMap) Clear

func (h *ConcurrentHashMap) Clear()

func (*ConcurrentHashMap) Delete

func (h *ConcurrentHashMap) Delete(key interface{}) bool

func (*ConcurrentHashMap) Get

func (h *ConcurrentHashMap) Get(key interface{}) (interface{}, bool)

func (*ConcurrentHashMap) Put

func (h *ConcurrentHashMap) Put(key interface{}, value interface{})

func (*ConcurrentHashMap) Size

func (h *ConcurrentHashMap) Size() int

func (*ConcurrentHashMap) String

func (h *ConcurrentHashMap) String() string

Jump to

Keyboard shortcuts

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