Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceIntMap ¶
type InterfaceIntMap map[interface{}]int
func (InterfaceIntMap) Get ¶
func (m InterfaceIntMap) Get(key interface{}) int
func (InterfaceIntMap) Has ¶
func (m InterfaceIntMap) Has(key interface{}) bool
func (InterfaceIntMap) Set ¶
func (m InterfaceIntMap) Set(key interface{}, value int) InterfaceIntMap
type KeyTypeValueTypeMap ¶
func (KeyTypeValueTypeMap) Get ¶
func (m KeyTypeValueTypeMap) Get(key KeyType) ValueType
func (KeyTypeValueTypeMap) Has ¶
func (m KeyTypeValueTypeMap) Has(key KeyType) bool
func (KeyTypeValueTypeMap) Set ¶
func (m KeyTypeValueTypeMap) Set(key KeyType, value ValueType) KeyTypeValueTypeMap
type MyOtherType ¶
type MyOtherType struct{}
type MyType1MyOtherTypeMap ¶
type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
func (MyType1MyOtherTypeMap) Get ¶
func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType
func (MyType1MyOtherTypeMap) Has ¶
func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool
func (MyType1MyOtherTypeMap) Set ¶
func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap
type StringIntMap ¶
func (StringIntMap) Get ¶
func (m StringIntMap) Get(key string) int
func (StringIntMap) Has ¶
func (m StringIntMap) Has(key string) bool
func (StringIntMap) Set ¶
func (m StringIntMap) Set(key string, value int) StringIntMap
Click to show internal directories.
Click to hide internal directories.