程序包 cc.shacocloud.mirage.utils.collection
-
接口概要 接口 说明 IterableIter<T> ResettableIter<E> -
类概要 类 说明 ArrayIter<E> 数组Iterator对象ArrayUtil 数组工具类CollUtil 集合相关工具类SelfSortList<E> 自排序集合,使用Comparable获取对面的排序值,基于ArrayList实现,所以是非线程安全对象,请注意使用SelfSortSet<E,R> 自排序禁止重复集合,内部维护一个hash表来禁止重复,基于SelfSortList实现