| 程序包 | 说明 |
|---|---|
| net.guerlab.commons.collection |
集合操作包
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> boolean |
CollectionHelper.exists(Collection<E> in,
CollectionFilterHandle<E> handle)
检查某一集合内是否包含输出元素
|
static <E> Collection<E> |
CollectionHelper.filter(Collection<E> in,
CollectionFilterHandle<E> handle)
过滤输出元素
|
Copyright © 2017. All rights reserved.