Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyTypeValueTypeSyncMap ¶
type KeyTypeValueTypeSyncMap struct {
// contains filtered or unexported fields
}
KeyTypeValueTypeSyncMap -
func NewKeyTypeValueTypeSyncMap ¶
func NewKeyTypeValueTypeSyncMap() *KeyTypeValueTypeSyncMap
NewKeyTypeValueTypeSyncMap constructs a new SyncMap
func (*KeyTypeValueTypeSyncMap) Delete ¶
func (m *KeyTypeValueTypeSyncMap) Delete(k KeyType)
Delete -
func (*KeyTypeValueTypeSyncMap) Get ¶
func (m *KeyTypeValueTypeSyncMap) Get(k KeyType) (*ValueType, bool)
Get -
func (*KeyTypeValueTypeSyncMap) Put ¶
func (m *KeyTypeValueTypeSyncMap) Put(k KeyType, v *ValueType)
Put -
Click to show internal directories.
Click to hide internal directories.