Package br.com.anteros.mqtt.core.util
Class CollUtil
- java.lang.Object
-
- br.com.anteros.mqtt.core.util.CollUtil
-
public final class CollUtil extends Object
集合工具- Author:
- L.cm
-
-
Constructor Summary
Constructors Constructor Description CollUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> List<List<T>>partition(List<T> list, int size)list 分片
-