接口的使用
cn.wjybxx.base.collection.DelayedCompressList
使用DelayedCompressList的程序包
-
cn.wjybxx.base中DelayedCompressList的使用
修饰符和类型方法说明static <E> DelayedCompressList<E> CollectionUtils.newDelayedCompressList()static <E> DelayedCompressList<E> CollectionUtils.newDelayedCompressList(int initCapacity) static <E> DelayedCompressList<E> CollectionUtils.newDelayedCompressList(Collection<? extends E> src) -
cn.wjybxx.base.collection中DelayedCompressList的使用