map增加迭代实现
This commit is contained in:
@@ -34,4 +34,6 @@ type EasyMap interface {
|
||||
Exist(key interface{}) bool
|
||||
GetAll() map[interface{}]interface{}
|
||||
GetAllForMapKeyString() map[string]interface{}
|
||||
// Iterator 对数据的迭代
|
||||
Iterator(IteratorFunc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user