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() *ConcurrentMap
func (*ConcurrentMap) Delete ¶
func (m *ConcurrentMap) Delete(k string)
func (*ConcurrentMap) Exists ¶
func (m *ConcurrentMap) Exists(k string) bool
func (*ConcurrentMap) Get ¶
func (m *ConcurrentMap) Get(k string) interface{}
func (*ConcurrentMap) GetOrDefault ¶
func (m *ConcurrentMap) GetOrDefault(k string, _default interface{}) interface{}
func (*ConcurrentMap) Set ¶
func (m *ConcurrentMap) Set(k string, v interface{})
Click to show internal directories.
Click to hide internal directories.