类 CircularIterator<T>
java.lang.Object
cool.scx.util.circular_iterable.CircularIterator<T>
- 类型参数:
T-
- 所有已实现的接口:
ICircularIterator<T>,Iterator<T>
无限循环的迭代器
-
方法详细资料
-
hasNext
public boolean hasNext() -
next
-
prev
- 指定者:
prev在接口中ICircularIterator<T>
-
nextNode
- 指定者:
nextNode在接口中ICircularIterator<T>
-
prevNode
- 指定者:
prevNode在接口中ICircularIterator<T>
-