Documentation ¶
Index ¶
- func Each(collection Map, cb Iterator)
- func Merge(collection, otherCollection Map) interface{}
- type ConcreteMap
- func (data *ConcreteMap) Count() int
- func (data *ConcreteMap) Delete(key interface{})
- func (data *ConcreteMap) Get(key interface{}) interface{}
- func (data *ConcreteMap) Has(key interface{}) bool
- func (data *ConcreteMap) IsEmpty() bool
- func (data *ConcreteMap) Keys() (keys []interface{})
- func (data *ConcreteMap) Set(key interface{}, value interface{})
- type Iterator
- type Map
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConcreteMap ¶
type ConcreteMap map[interface{}]interface{}
func (*ConcreteMap) Count ¶
func (data *ConcreteMap) Count() int
func (*ConcreteMap) Delete ¶
func (data *ConcreteMap) Delete(key interface{})
func (*ConcreteMap) Get ¶
func (data *ConcreteMap) Get(key interface{}) interface{}
func (*ConcreteMap) Has ¶
func (data *ConcreteMap) Has(key interface{}) bool
func (*ConcreteMap) IsEmpty ¶
func (data *ConcreteMap) IsEmpty() bool
func (*ConcreteMap) Keys ¶
func (data *ConcreteMap) Keys() (keys []interface{})
func (*ConcreteMap) Set ¶
func (data *ConcreteMap) Set(key interface{}, value interface{})
Click to show internal directories.
Click to hide internal directories.