Documentation
¶
Index ¶
- type MapKey
- func (m *MapKey) GetDuplicate() map[string]map[string]struct{}
- func (m *MapKey) GetDuplicateByName(name string) map[string]struct{}
- func (m *MapKey) GetNum() map[string]int
- func (m *MapKey) GetUniqData() map[string]map[string]struct{}
- func (m *MapKey) GetUniqDataByName(name string) map[string]struct{}
- func (m *MapKey) GetUniqDataSlice() (ret []string)
- func (m *MapKey) GetUniqDataSliceByName(name string) (ret []string)
- func (m *MapKey) MapCount(v string)
- func (m *MapKey) MapCountByName(v, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapKey ¶
type MapKey struct {
// contains filtered or unexported fields
}
用于统计不重复的值,出现的次数
func NewMapKeyByNames ¶
func (*MapKey) GetDuplicate ¶
func (*MapKey) GetDuplicateByName ¶
func (*MapKey) GetUniqData ¶
func (*MapKey) GetUniqDataByName ¶
func (*MapKey) GetUniqDataSliceByName ¶
func (*MapKey) MapCountByName ¶
Click to show internal directories.
Click to hide internal directories.