concurrentmap

package
v0.0.0-...-45e7857 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2015 License: MIT Imports: 1 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() *ConcurrentMap

func (*ConcurrentMap) Clear

func (m *ConcurrentMap) Clear()

func (*ConcurrentMap) Contains

func (m *ConcurrentMap) Contains(_key interface{}) bool

func (*ConcurrentMap) Count

func (m *ConcurrentMap) Count() int

func (*ConcurrentMap) Get

func (m *ConcurrentMap) Get(_key interface{}) (interface{}, bool)

func (*ConcurrentMap) Put

func (m *ConcurrentMap) Put(_key, _value interface{})

func (*ConcurrentMap) Remove

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

Jump to

Keyboard shortcuts

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