- 类型参数:
T -
- 所有已实现的接口:
Iterator<T>
public final class CycleIterator<T>
extends Object
implements Iterator<T>
无限循环的迭代器
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
-
-
-
nextNode
public Node<T> nextNode()
-
prevNode
public Node<T> prevNode()