增加计算元素数量方法

This commit is contained in:
2024-01-30 14:22:51 +08:00
parent 804bc98227
commit a87a97b0e8
2 changed files with 16 additions and 0 deletions

View File

@@ -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 对数据的迭代