类分层结构
- java.lang.Object
- cc.shacocloud.mirage.utils.collection.ArrayIter<E> (implements cc.shacocloud.mirage.utils.collection.IterableIter<T>, cc.shacocloud.mirage.utils.collection.ResettableIter<E>, java.io.Serializable)
- cc.shacocloud.mirage.utils.collection.ArrayUtil
- cc.shacocloud.mirage.utils.collection.CollUtil
- cc.shacocloud.mirage.utils.collection.SelfSortList<E> (implements java.util.List<E>)
- cc.shacocloud.mirage.utils.collection.SelfSortSet<E,R>
接口分层结构
- java.lang.Iterable<T>
- cc.shacocloud.mirage.utils.collection.IterableIter<T> (并 extends java.util.Iterator<E>)
- java.util.Iterator<E>
- cc.shacocloud.mirage.utils.collection.IterableIter<T> (并 extends java.lang.Iterable<T>)
- cc.shacocloud.mirage.utils.collection.ResettableIter<E>