Uses of Interface
org.qiunet.utils.common.functional.IndexForeach
Packages that use IndexForeach
-
Uses of IndexForeach in org.qiunet.utils.collection.wheel
Methods in org.qiunet.utils.collection.wheel with parameters of type IndexForeachModifier and TypeMethodDescriptionintWheelList.foreach(int startIndex, IndexForeach<E> consumer) 从pos 开始循环一圈查找intWheelList.nextForeach(int preIndex, IndexForeach<E> consumer) 从pos 下一个开始循环一圈查找