增加计算元素数量方法
This commit is contained in:
@@ -32,6 +32,7 @@ type EasyMap interface {
|
||||
Set(key interface{}, value interface{})
|
||||
Del(key interface{})
|
||||
Exist(key interface{}) bool
|
||||
Count() int
|
||||
GetAll() map[interface{}]interface{}
|
||||
GetAllForMapKeyString() map[string]interface{}
|
||||
// Iterator 对数据的迭代
|
||||
|
||||
Reference in New Issue
Block a user