| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<List<T>> |
CollUtils.group(Collection<T> collection,
CollUtils.Hash<T> hash)
分组,按照
CollUtils.Hash接口定义的hash算法,集合中的元素放入hash值对应的子列表中 |
Copyright © 2019. All rights reserved.