Map
Overview
Location
- Reference: Go.fx
- Namespace: go.expvar
- Platforms: Island
Instance Methods
constructor
constructor
Map()
init()
Sub New()
Parameters:
- am:
- akeysMu:
- akeys:
constructor (Map)
Parameters:
- value:
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Add
Parameters:
- key:
- delta:
AddFloat
Parameters:
- key:
- delta:
Delete
method Delete(key: string)
void Delete(string key)
func Delete(_ key: string)
func Delete(key string) void
Sub Delete(key As string)
Parameters:
- key:
Do
method Do(f: Action<go.expvar.KeyValue>)
void Do(Action<go.expvar.KeyValue> f)
func Do(_ f: Action<go.expvar.KeyValue>)
func Do(f Action<go.expvar.KeyValue>) void
Sub Do(f As Action<go.expvar.KeyValue>)
Parameters:
- f:
Get
Parameters:
- key:
Init
Set
Parameters:
- key:
- av: