程序包 dev.utils.common
类 CollectionUtils.ArrayWithTypeToken<T>
- java.lang.Object
-
- dev.utils.common.CollectionUtils.ArrayWithTypeToken<T>
-
- 封闭类:
- CollectionUtils
public static class CollectionUtils.ArrayWithTypeToken<T> extends java.lang.Objectdetail: 持有数组 TypeToken 实体类- 作者:
- Ttt
-
-
构造器概要
构造器 构造器 说明 ArrayWithTypeToken(java.lang.Class<T> type, int size)ArrayWithTypeToken(java.util.Collection<T> collection)
-