类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- cn.hutool.core.collection.ArrayIter<E> (implements cn.hutool.core.collection.IterableIter<T>, cn.hutool.core.collection.ResettableIter<E>, java.io.Serializable)
- cn.hutool.core.collection.CollStreamUtil
- cn.hutool.core.collection.CollUtil
- cn.hutool.core.collection.ComputeIter<T> (implements java.util.Iterator<E>)
- cn.hutool.core.collection.CopiedIter<E> (implements cn.hutool.core.collection.IterableIter<T>, java.io.Serializable)
- cn.hutool.core.collection.EnumerationIter<E> (implements cn.hutool.core.collection.IterableIter<T>, java.io.Serializable)
- cn.hutool.core.collection.FilterIter<E> (implements java.util.Iterator<E>)
- cn.hutool.core.collection.IteratorEnumeration<E> (implements java.util.Enumeration<E>, java.io.Serializable)
- cn.hutool.core.collection.IterChain<T> (implements cn.hutool.core.lang.Chain<E,T>, java.util.Iterator<E>)
- cn.hutool.core.collection.IterUtil
- cn.hutool.core.collection.ListUtil
- cn.hutool.core.collection.NodeListIter (implements cn.hutool.core.collection.ResettableIter<E>)
- cn.hutool.core.collection.PartitionIter<T> (implements cn.hutool.core.collection.IterableIter<T>, java.io.Serializable)
- cn.hutool.core.collection.RingIndexUtil
- cn.hutool.core.collection.SpliteratorUtil
- cn.hutool.core.collection.TransIter<F,T> (implements java.util.Iterator<E>)
- cn.hutool.core.collection.TransSpliterator<F,T> (implements java.util.Spliterator<T>)
接口分层结构
Copyright © 2022. All rights reserved.