syncmap

package
v0.5.9-rc2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 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 KeyType

type KeyType generic.Type // nolint

type SyncmapName

type SyncmapName string // nolint

type SyncmapNameMap

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

SyncmapNameMap -

func NewSyncmapNameMap

func NewSyncmapNameMap() *SyncmapNameMap

NewSyncmapNameMap constructs a new SyncMap

func (*SyncmapNameMap) Delete

func (m *SyncmapNameMap) Delete(k KeyType)

Delete -

func (*SyncmapNameMap) Get

func (m *SyncmapNameMap) Get(k KeyType) (*ValueType, bool)

Get -

func (*SyncmapNameMap) GetOrPut

func (m *SyncmapNameMap) GetOrPut(k KeyType, v *ValueType) (*ValueType, bool)

GetOrPut -

func (*SyncmapNameMap) Put

func (m *SyncmapNameMap) Put(k KeyType, v *ValueType)

Put -

func (*SyncmapNameMap) Range

func (m *SyncmapNameMap) Range(i func(k KeyType, v *ValueType) bool)

Range -

type ValueType

type ValueType generic.Type // nolint

Jump to

Keyboard shortcuts

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