| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CollUtils.forEach(Enumeration<T> enumeration,
CollUtils.Consumer<T> consumer)
循环遍历
Enumeration,使用CollUtils.Consumer 接受遍历的每条数据,并针对每条数据做处理 |
static <T> void |
CollUtils.forEach(Iterator<T> iterator,
CollUtils.Consumer<T> consumer)
循环遍历
Iterator,使用CollUtils.Consumer 接受遍历的每条数据,并针对每条数据做处理 |
Copyright © 2020. All rights reserved.