| Package | Description |
|---|---|
| org.dromara.hutool.core.collection.iter |
| Modifier and Type | Method and Description |
|---|---|
static <E> FilterIter<E> |
IterUtil.filtered(Iterator<? extends E> iterator,
Predicate<? super E> predicate)
获取一个新的
FilterIter,用于过滤指定元素 |
Copyright © 2025. All rights reserved.