Documentation ¶
Overview ¶
Map Superfast With : Int Array
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{})
Click to show internal directories.
Click to hide internal directories.