Package com.luna.common.math
Class ComputeIter<T>
java.lang.Object
com.luna.common.math.ComputeIter<T>
- Type Parameters:
T
- 节点类型
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
LineIter
带有计算属性的遍历器
通过继承此抽象遍历器,实现
当调用
当无下一个节点时,须返回
通过继承此抽象遍历器,实现
computeNext()
计算下一个节点,即可完成节点遍历当调用
hasNext()
时将此方法产生的节点缓存,直到调用next()
取出当无下一个节点时,须返回
null
表示遍历结束- Since:
- 5.7.14
- Author:
- looly