| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
CollUtils.forEach(Map<K,V> map,
CollUtils.KVConsumer<K,V> kvConsumer)
循环遍历Map,使用
CollUtils.KVConsumer 接受遍历的每条数据,并针对每条数据做处理 |
Copyright © 2019. All rights reserved.