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