Documentation ¶
Index ¶
- type Map
- type MapImpl
- func (m *MapImpl) Clear()
- func (m *MapImpl) Contains(value interface{}) bool
- func (m *MapImpl) Empty() bool
- func (m *MapImpl) Get(key interface{}) (value interface{}, found bool)
- func (m *MapImpl) GetInt(key interface{}) (value *int)
- func (m *MapImpl) GetKey(value interface{}) (key interface{}, found bool)
- func (m *MapImpl) GetString(key interface{}) (value *string)
- func (m *MapImpl) GetUInt(key interface{}) (value *uint)
- func (m *MapImpl) Keys() []interface{}
- func (m *MapImpl) Put(key interface{}, value interface{})
- func (m *MapImpl) PutInt(key interface{}, value int)
- func (m *MapImpl) PutUInt(key interface{}, value uint)
- func (m *MapImpl) Remove(key interface{})
- func (m *MapImpl) Size() int
- func (m *MapImpl) String() string
- func (m *MapImpl) Values() []interface{}
- type SetImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
Click to show internal directories.
Click to hide internal directories.