cmap

package module
v0.0.0-...-41156a9 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

README

cmap Build Status

ConcurrentHashMap for Go

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 NewConcurrentMap

func NewConcurrentMap(bucketSize int) *ConcurrentMap

func (*ConcurrentMap) Delete

func (m *ConcurrentMap) Delete(key string)

func (*ConcurrentMap) Get

func (m *ConcurrentMap) Get(key string) interface{}

func (*ConcurrentMap) Len

func (m *ConcurrentMap) Len() int

func (*ConcurrentMap) Set

func (m *ConcurrentMap) Set(key string, value interface{})

Jump to

Keyboard shortcuts

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